Skip to content

Commit 53e648a

Browse files
committed
update desktop_cd concurrency
1 parent 6a88310 commit 53e648a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop_cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types:
66
- published
77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}
8+
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
99
cancel-in-progress: true
1010
env:
1111
CN_APPLICATION: "fastrepl/hyprnote"

0 commit comments

Comments
 (0)