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 9ba3a1f commit c42f88aCopy full SHA for c42f88a
.github/workflows/build.yml
@@ -6,7 +6,7 @@ on:
6
7
concurrency:
8
# serialize runs on the default branch
9
- group: ${{ github.event_name == 'push' && github.workflow || github.sha }}
+ group: ${{ github.event_name == 'push' && github.workflow || github.sha }}${{ github.workflow }}
10
11
jobs:
12
linux:
.github/workflows/image.yml
@@ -8,7 +8,7 @@ on:
13
14
image:
0 commit comments