Fix Github action syntax error (#11227)

Fix syntax error in c106350143
This commit is contained in:
Noisyfox
2025-11-01 20:36:28 +08:00
committed by GitHub
parent c106350143
commit bcb0387e0e
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ on:
jobs:
build_deps:
name: Build Deps
if: !cancelled() && (inputs.build-deps-only || inputs.force-build || inputs.valid-cache != true)
if: ${{ !cancelled() && (inputs.build-deps-only || inputs.force-build || inputs.valid-cache != true) }}
runs-on: ${{ inputs.os }}
env:
date: