Skip to content

Commit 20bcf68

Browse files
authored
Merge pull request #256 from GetStream/fix/release-concurrency-group
Fix/release concurrency group between unit and integration
2 parents 797f0a9 + 7c7b36d commit 20bcf68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99
secrets: { }
1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}
11+
group: ${{ github.workflow }}-${{ github.ref }}-${{ inputs.marker }}
1212
cancel-in-progress: true
1313

1414
env:

0 commit comments

Comments
 (0)