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 a9bc0e9 commit c77c405Copy full SHA for c77c405
.github/workflows/lint.yml
@@ -7,7 +7,7 @@ on:
7
workflow_call:
8
9
concurrency:
10
- group: test-${{ github.head_ref }}
+ group: ${{ github.workflow }}-${{ github.head_ref }}
11
cancel-in-progress: true
12
13
permissions:
.github/workflows/test.yml
@@ -13,7 +13,7 @@ on:
type: string
14
15
16
17
18
19
env:
0 commit comments