Disable expensive and scheduled workflows on personal forks (#20449)

This commit is contained in:
DeWitt Clinton
2026-02-27 09:40:09 -08:00
committed by GitHub
parent 59c0e73718
commit 7a1f2f3288
17 changed files with 42 additions and 23 deletions
+2 -1
View File
@@ -23,6 +23,7 @@ jobs:
evals:
name: 'Evals (USUALLY_PASSING) nightly run'
runs-on: 'gemini-cli-ubuntu-16-core'
if: "github.repository == 'google-gemini/gemini-cli'"
strategy:
fail-fast: false
matrix:
@@ -85,7 +86,7 @@ jobs:
aggregate-results:
name: 'Aggregate Results'
needs: ['evals']
if: 'always()'
if: "github.repository == 'google-gemini/gemini-cli' && always()"
runs-on: 'gemini-cli-ubuntu-16-core'
steps:
- name: 'Checkout'