Fix flaky test debugging jobs run concurrently

add-timeout-for-flakiness-debug
Gokhan Gulbiz 2023-10-19 09:09:48 +03:00
parent 5be5a0e727
commit 775c2b619d
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Flaky test debugging
run-name: Flaky test debugging - ${{ inputs.flaky_test }} (${{ inputs.flaky_test_runs_per_job }}x${{ inputs.flaky_test_parallel_jobs }})
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ inputs.flaky_test }}
cancel-in-progress: true
on:
workflow_dispatch: