Cancel root jobs (#11192)

Maybe this will help cancel happen faster.
This commit is contained in:
coryrc
2025-11-01 05:24:35 -07:00
committed by GitHub
parent 398c72dd68
commit c106350143
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ on:
jobs:
build_deps:
name: Build Deps
if: 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: