Skip to content

Commit bb4ed9e

Browse files
authored
ci: cancel in progress workflows (to same PR/branch) (#914)
Signed-off-by: Chris Randles <randles.chris@gmail.com>
1 parent 3b53da4 commit bb4ed9e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-build-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ on:
1616

1717
name: CI Tests
1818

19+
concurrency:
20+
group: ci-build-tests-${{ github.ref }}
21+
cancel-in-progress: true
22+
1923
jobs:
2024
lint:
2125
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)