Skip to content

Commit 821d335

Browse files
ai: apply changes for #879 (1 review thread)
Addresses: - #3641958020 at .github/workflows/trigger-integration-tests.yml:540 Signed-off-by: peco-engineer-bot[bot] <peco-engineer-bot[bot]@users.noreply.github.com>
1 parent 18b3010 commit 821d335

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/trigger-integration-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,15 @@ jobs:
464464
github.event.action == 'closed' &&
465465
github.event.pull_request.merged == true &&
466466
github.event.pull_request.base.ref == 'main'
467+
# Serialize by PR so a manual re-run (e.g. recovery after the failure
468+
# comment fires, or an accidental Actions "Re-run") cannot overlap with an
469+
# in-flight run and double-dispatch coverage-fanout. cancel-in-progress is
470+
# false so a queued re-run waits rather than killing the original; the
471+
# tracker in databricks-driver-test is the source of truth for dedup across
472+
# sequential re-runs.
473+
concurrency:
474+
group: coverage-fanout-${{ github.event.pull_request.number }}
475+
cancel-in-progress: false
467476
runs-on:
468477
group: databricks-protected-runner-group
469478
labels: linux-ubuntu-latest

0 commit comments

Comments
 (0)