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

This reverts commit b56cefc4b7.
This commit is contained in:
SoftFever
2025-10-28 23:51:16 +08:00
parent d69aaeef3c
commit e3f049829b
3 changed files with 2 additions and 13 deletions

View File

@@ -30,9 +30,6 @@ on:
- 'build_release_macos.sh'
- 'scripts/flatpak/**'
schedule:
- cron: '35 7 * * *' # run once a day near midnight US Pacific time
workflow_dispatch: # allows for manual dispatch
inputs:
build-deps-only:
@@ -63,7 +60,6 @@ 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"