File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build :
11+ # Don't run scheduled runs on forks unless the CI_OFFLINE_DOCS_CRON variable is set to 'true'.
12+ # Manual runs can still be triggered as normal.
13+ if : ${{ github.repository_owner == 'godotengine' || github.event_name != 'schedule' || vars.CI_OFFLINE_DOCS_CRON == 'true' }}
1114 runs-on : ubuntu-22.04
1215 strategy :
1316 matrix :
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ concurrency:
1515
1616jobs :
1717 build :
18+ # Don't run scheduled runs on forks unless the CI_SYNC_CLASS_REF_CRON variable is set to 'true'.
19+ # Manual runs can still be triggered as normal.
20+ if : ${{ github.repository_owner == 'godotengine' || github.event_name != 'schedule' || vars.CI_SYNC_CLASS_REF_CRON == 'true' }}
1821 name : Update class reference files based on the engine revision
1922 runs-on : ubuntu-latest
2023 env :
You can’t perform that action at this time.
0 commit comments