ci: accecelerate pipeline (#2078)

* enable concurrency

pr

* do not run build on draft PRs

pr

* enable fail-fast for build workflows
This commit is contained in:
Luna Yao
2026-04-08 02:43:03 +02:00
committed by GitHub
parent 371b4b70a3
commit 26b1794723
9 changed files with 43 additions and 12 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ on:
- "**/Cargo.toml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: