Add a top-level concurrency block so obsolete runs are auto-cancelled:
This commit is contained in:
4
.github/workflows/bun-ci.yml
vendored
4
.github/workflows/bun-ci.yml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: Bun CI
|
name: Bun CI
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: bun-ci-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
Reference in New Issue
Block a user