We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09c886 commit 990e994Copy full SHA for 990e994
.github/workflows/build-deb.yml
@@ -22,7 +22,7 @@ on:
22
- cron: '0 10 * * *'
23
24
concurrency:
25
- group: build-deb
+ group: build-deb-${{ github.ref_name }}
26
cancel-in-progress: true
27
28
permissions:
.github/workflows/build-dmg.yml
- group: build-dmg
+ group: build-dmg-${{ github.ref_name }}
.github/workflows/build-exe.yml
- group: build-exe
+ group: build-exe-${{ github.ref_name }}
0 commit comments