Skip to content

Commit f3843f1

Browse files
committed
Revert "Remove concurrently cancelation of GHA jobs"
This reverts commit a336641.
1 parent fc0e129 commit f3843f1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

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

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref_name }}
5+
6+
cancel-in-progress: true
7+
38
on:
49
push:
510
branches:

0 commit comments

Comments
 (0)