Add a top-level concurrency block so obsolete runs are auto-cancelled:

This commit is contained in:
Zaid-maker
2025-06-24 16:29:40 +05:00
parent 6a5956e64b
commit 6a6ba8d0ae

View File

@ -1,5 +1,9 @@
name: Bun CI
concurrency:
group: bun-ci-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches: [main]