From 342721f0fb21b372065a1d52befece4ab3cb01a5 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 5 Jun 2025 19:04:12 +0200 Subject: [PATCH] check runner ip --- .forgejo/workflows/ci.yaml | 31 +++---------------------------- 1 file changed, 3 insertions(+), 28 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 18925ab8..fa0492f9 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -6,35 +6,10 @@ on: - reopened push: branches: - - main + - '**' jobs: - check-pre-commit: + check-ip: runs-on: native steps: - - uses: actions/checkout@v4 - - run: nix-build -A tests - - check-peertube: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: cd services && nix-build -A tests.peertube - - check-panel: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: cd panel && nix-build -A tests - - check-deployment-basic: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: nix build .#checks.x86_64-linux.deployment-basic -L - - check-deployment-cli: - runs-on: native - steps: - - uses: actions/checkout@v4 - - run: nix build .#checks.x86_64-linux.deployment-cli -L + - run: curl -4 icanhazip.com