Skip to content

ci: add concurrency controls to all workflows#287

Merged
chorrell merged 1 commit into
mainfrom
ci/concurrency-controls
May 26, 2026
Merged

ci: add concurrency controls to all workflows#287
chorrell merged 1 commit into
mainfrom
ci/concurrency-controls

Conversation

@chorrell
Copy link
Copy Markdown
Owner

Prevents duplicate runs from wasting CI minutes.

  • PR workflows (dockerimage.yml, linting.yml): cancel in-progress runs when a new push arrives on the same ref.
  • Publish workflow (update-current-image.yml): serialize runs without cancelling, to prevent concurrent registry pushes from overwriting each other.

@chorrell chorrell merged commit e221214 into main May 26, 2026
5 checks passed
@chorrell chorrell deleted the ci/concurrency-controls branch May 26, 2026 03:15
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