Skip to content

Improve provider target workflow reruns#1112

Merged
cbusillo merged 1 commit into
mainfrom
provider-target-workflow-rerun-fixes
Jun 2, 2026
Merged

Improve provider target workflow reruns#1112
cbusillo merged 1 commit into
mainfrom
provider-target-workflow-rerun-fixes

Conversation

@cbusillo
Copy link
Copy Markdown
Owner

@cbusillo cbusillo commented Jun 2, 2026

Summary

  • include GITHUB_RUN_ID and GITHUB_RUN_ATTEMPT in provider-target operation idempotency keys so intentional reruns with different reasons do not collide
  • scope workflow concurrency by target set/context/instance instead of one global group, reducing accidental cancellation of unrelated single-lane dispatches

Context

During Phase Two provider-target backfill, the grouped apply rerun hit an idempotency-key collision on the already-seeded discord-blue/prod proof lane because the request reason differed. Rapid single-lane dispatches also showed that unrelated routes should not share a global workflow concurrency group.

Verification

  • actionlint -config-file .github/actionlint.yaml .github/workflows/provider-target-operations.yml
  • yamllint .github/workflows/provider-target-operations.yml
  • prettier --check .github/workflows/provider-target-operations.yml

@cbusillo cbusillo merged commit 7e62da0 into main Jun 2, 2026
12 checks passed
@cbusillo cbusillo deleted the provider-target-workflow-rerun-fixes branch June 2, 2026 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant