builds godot
Diffstat (limited to '.github/workflows/manual-build-normal.yml')
| -rw-r--r-- | .github/workflows/manual-build-normal.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/manual-build-normal.yml b/.github/workflows/manual-build-normal.yml index f1516f5..f58e373 100644 --- a/.github/workflows/manual-build-normal.yml +++ b/.github/workflows/manual-build-normal.yml @@ -7,13 +7,14 @@ 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: name: Build ${{ inputs.ref }} - uses: bend-n/godot-builds/.github/workflows/reusable-build.yml@main + uses: bend-n/godot-builds/.github/workflows/[email protected] with: ref: ${{ inputs.ref }} name: godot |