Skip to content

Commit 8d5eb1d

Browse files
committed
Add concurrency settings to CI workflow for better job management
1 parent b9ff5f2 commit 8d5eb1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-testing.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CI testing
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
59
branches: [main, "release/*"]

0 commit comments

Comments
 (0)