Add a top-level concurrency block so obsolete runs are auto-cancelled:
This commit is contained in:
parent
6a5956e64b
commit
6a6ba8d0ae
|
|
@ -1,5 +1,9 @@
|
|||
name: Bun CI
|
||||
|
||||
concurrency:
|
||||
group: bun-ci-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
|
|
|||
Loading…
Reference in New Issue