Skip to content

Commit ac32e4e

Browse files
authored
Change concurrency group (#3396)
I think this will fix our hanging benchmarks. Any change would be sufficient, but adding mode seems sensible. Signed-off-by: Nicholas Gates <[email protected]>
1 parent 964336a commit ac32e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sql-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
timeout-minutes: 120
5353
# S3 is shared state here, and we want to make sure only one of each job runs at a time
5454
concurrency:
55-
group: ${{ github.workflow }}-${{ github.ref_name }}-${{matrix.id}}
55+
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ matrix.id }}-${{ inputs.mode }}
5656
cancel-in-progress: false
5757
strategy:
5858
fail-fast: false

0 commit comments

Comments
 (0)