|
@@ -10,6 +10,9 @@ concurrency:
|
|
|
|
|
|
jobs:
|
|
|
build:
|
|
|
+ # Don't run scheduled runs on forks unless the CI_SYNC_CLASS_REF_CRON variable is set to 'true'.
|
|
|
+ # Manual runs can still be triggered as normal.
|
|
|
+ if: ${{ github.repository_owner == 'godotengine' || github.event_name != 'schedule' || vars.CI_SYNC_CLASS_REF_CRON == 'true' }}
|
|
|
name: Update class reference files based on the engine revision
|
|
|
runs-on: ubuntu-latest
|
|
|
env:
|