From 02dfaf77992257de880ca320b63fc449953c31e9 Mon Sep 17 00:00:00 2001 From: Peter Tripp Date: Tue, 10 Jun 2025 14:20:03 -0400 Subject: [PATCH] ci: Suppress evals on forks (#32479) Be kind to those with Zed forks. Example [action run on fork](https://github.com/G36maid/freebsd-ports-zed/actions/runs/15525942275) where [this job](https://github.com/G36maid/freebsd-ports-zed/actions/runs/15549650437/job/43777665341) will wait forever. Sorry @G36maid Release Notes: - N/A --- .github/workflows/eval.yml | 1 + .github/workflows/unit_evals.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/eval.yml b/.github/workflows/eval.yml index 8e36a62f3d..6bc76fe2de 100644 --- a/.github/workflows/eval.yml +++ b/.github/workflows/eval.yml @@ -30,6 +30,7 @@ jobs: noop: name: No-op runs-on: ubuntu-latest + if: github.repository_owner == 'zed-industries' steps: - name: No-op run: echo "Nothing to do" diff --git a/.github/workflows/unit_evals.yml b/.github/workflows/unit_evals.yml index 6ffae74e4e..705caff37a 100644 --- a/.github/workflows/unit_evals.yml +++ b/.github/workflows/unit_evals.yml @@ -19,6 +19,7 @@ env: jobs: unit_evals: + if: github.repository_owner == 'zed-industries' timeout-minutes: 60 name: Run unit evals runs-on: