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

@@ -12,9 +12,6 @@ on:
build-deps-only:
required: false
type: boolean
force-build:
required: false
type: boolean
jobs:
check_cache: # determines if there is a cache and outputs variables used in caching process
@@ -58,5 +55,4 @@ jobs:
os: ${{ inputs.os }}
arch: ${{ inputs.arch }}
build-deps-only: ${{ inputs.build-deps-only }}
force-build: ${{ inputs.force-build }}
secrets: inherit