Skip to content

concurrency: Add support for queue key#654

Open
vvoland wants to merge 1 commit intorhysd:mainfrom
vvoland:concurrency-queue-max
Open

concurrency: Add support for queue key#654
vvoland wants to merge 1 commit intorhysd:mainfrom
vvoland:concurrency-queue-max

Conversation

@vvoland
Copy link
Copy Markdown

@vvoland vvoland commented Apr 22, 2026

GitHub Actions shipped a new queue key under the concurrency section to allow pending workflow runs to queue instead of being cancelled.

See: https://github.com/orgs/community/discussions/12835#discussioncomment-16602100

Allowed values are "max" and "single" (default).
The combination of queue: max with cancel-in-progress: true is not permitted.

GitHub Actions shipped a new `queue` key under the `concurrency` section
to allow pending workflow runs to queue instead of being cancelled.

See: https://github.com/orgs/community/discussions/12835#discussioncomment-16602100

Allowed values are "max" and "single" (default).
The combination of `queue: max` with `cancel-in-progress: true` is not
permitted.

Signed-off-by: Paweł Gronowski <git@grono.dev>
@vvoland vvoland changed the title concurrency: add support for queue key concurrency: Add support for queue key Apr 22, 2026
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