builds godot
turn off the schedule
| -rw-r--r-- | .github/workflows/manual-build-normal.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/manual-build-normal.yml b/.github/workflows/manual-build-normal.yml index f1516f5..ffe6898 100644 --- a/.github/workflows/manual-build-normal.yml +++ b/.github/workflows/manual-build-normal.yml @@ -7,8 +7,9 @@ on: type: string description: which ref to build required: true - schedule: - - cron: '30 20 * * *' + # turn on when the godot5 is in dev + # schedule: + # - cron: '30 20 * * *' jobs: all-dimensions: |