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
This commit is contained in:
parent
c9972ca532
commit
02dfaf7799
2 changed files with 2 additions and 0 deletions
1
.github/workflows/eval.yml
vendored
1
.github/workflows/eval.yml
vendored
|
@ -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"
|
||||
|
|
1
.github/workflows/unit_evals.yml
vendored
1
.github/workflows/unit_evals.yml
vendored
|
@ -19,6 +19,7 @@ env:
|
|||
|
||||
jobs:
|
||||
unit_evals:
|
||||
if: github.repository_owner == 'zed-industries'
|
||||
timeout-minutes: 60
|
||||
name: Run unit evals
|
||||
runs-on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue