We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4309f73 commit 3f2f5e5Copy full SHA for 3f2f5e5
.github/workflows/build.yml
@@ -27,7 +27,7 @@ on:
27
type: string
28
29
concurrency:
30
- group: ${{ github.ref }}
+ group: ${{ github.workflow }}
31
cancel-in-progress: true
32
33
jobs:
.github/workflows/info.yml
@@ -11,7 +11,7 @@ on:
11
- main
12
13
14
15
16
17
.github/workflows/release.yml
0 commit comments