Reapply "Add a once-daily Build All which skips caches (#10731)"

This reverts commit e3f049829b.
This commit is contained in:
SoftFever
2025-10-29 20:47:46 +08:00
parent 4b7b81a0a2
commit bb9c3bb87a
3 changed files with 13 additions and 2 deletions

View File

@@ -30,6 +30,9 @@ on:
- 'build_release_macos.sh'
- 'scripts/flatpak/**'
schedule:
- cron: '0 17 * * *' # run once a day at 1 AM Singapore time (UTC+8)
workflow_dispatch: # allows for manual dispatch
inputs:
build-deps-only:
@@ -60,6 +63,7 @@ jobs:
os: ${{ matrix.os }}
arch: ${{ matrix.arch }}
build-deps-only: ${{ inputs.build-deps-only || false }}
force-build: ${{ github.event_name == 'schedule' }}
secrets: inherit
flatpak:
name: "Flatpak"