Skip to content

Commit 4a29dc3

Browse files
committed
Add concurrency CI jobs setup
1 parent c2117b1 commit 4a29dc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

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

19+
concurrency:
20+
group: "${{ github.workflow }}-${{ github.ref }}"
21+
cancel-in-progress: true
22+
1923
jobs:
2024

2125
lint:

0 commit comments

Comments
 (0)