From 6a6ba8d0aecbf712fa5196b65e49f512666599e9 Mon Sep 17 00:00:00 2001 From: Zaid-maker <53424436+Zaid-maker@users.noreply.github.com> Date: Tue, 24 Jun 2025 16:29:40 +0500 Subject: [PATCH] Add a top-level concurrency block so obsolete runs are auto-cancelled: --- .github/workflows/bun-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/bun-ci.yml b/.github/workflows/bun-ci.yml index 3838d12..62ece5b 100644 --- a/.github/workflows/bun-ci.yml +++ b/.github/workflows/bun-ci.yml @@ -1,5 +1,9 @@ name: Bun CI +concurrency: + group: bun-ci-${{ github.ref }} + cancel-in-progress: true + on: push: branches: [main]