Skip to content

Commit 000486e

Browse files
authored
ci: fix-concurrency (#30)
1 parent 8821bc7 commit 000486e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ci
22

33
concurrency:
4-
group: $-$
4+
group: ${{ github.workflow }}-${{ github.ref }}
55
cancel-in-progress: true
66

77
on:

0 commit comments

Comments
 (0)