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.
2 parents 797f0a9 + 7c7b36d commit 20bcf68Copy full SHA for 20bcf68
1 file changed
.github/workflows/run_tests.yml
@@ -8,7 +8,7 @@ on:
8
type: string
9
secrets: { }
10
concurrency:
11
- group: ${{ github.workflow }}-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.marker }}
12
cancel-in-progress: true
13
14
env:
0 commit comments