Skip to content

chore: add concurrency group and rename workflow to .yaml - #227

Merged
davidkarlsen merged 1 commit into
helm:mainfrom
cpanato:harden-workflow-concurrency
Sep 19, 2026
Merged

davidkarlsen merged 1 commit into
helm:mainfrom
cpanato:harden-workflow-concurrency

Conversation

@cpanato

@cpanato cpanato commented Sep 17, 2026

Copy link
Copy Markdown
Member

Superseded pushes to a pull request currently leave redundant e2e runs in flight. Add a concurrency group keyed on
github.head_ref || github.ref so each pull request is isolated from the others and from post-submit runs, cancelling in-progress runs only for pull_request events.

Also rename the file to the .yaml extension for consistency. Job names are unchanged, so any required status checks keep matching.

Verified: actionlint clean.

Superseded pushes to a pull request currently leave redundant e2e runs
in flight. Add a concurrency group keyed on
`github.head_ref || github.ref` so each pull request is isolated from
the others and from post-submit runs, cancelling in-progress runs only
for `pull_request` events.

Also rename the file to the `.yaml` extension for consistency. Job
names are unchanged, so any required status checks keep matching.

Verified: actionlint clean.

Signed-off-by: Carlos Panato <ctadeu@gmail.com>
@davidkarlsen
davidkarlsen merged commit a9ff2fa into helm:main Sep 19, 2026
4 checks passed
@cpanato
cpanato deleted the harden-workflow-concurrency branch September 21, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants