We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a88310 commit 53e648aCopy full SHA for 53e648a
.github/workflows/desktop_cd.yaml
@@ -5,7 +5,7 @@ on:
5
types:
6
- published
7
concurrency:
8
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
9
cancel-in-progress: true
10
env:
11
CN_APPLICATION: "fastrepl/hyprnote"
0 commit comments