fix(docs): queue pending Pages deployments instead of dropping them#132
Merged
Merged
Conversation
Add queue: max to the docs-deploy concurrency group so that pending runs are queued rather than skipped. Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com>
AlexanderLanin
previously approved these changes
Jul 1, 2026
lurtz
previously approved these changes
Jul 1, 2026
Member
|
The pre-commit check fails because actionlint v1.7.11 doesn't know about We can suppress this false positive via an actionlint config file. Add ignore:
- 'unexpected key "queue" for "concurrency" section'This ignores exactly this error message (regex match) without disabling any other checks. Once actionlint ships support for |
actionlint v1.7.11 does not yet recognize the queue key in concurrency sections. Add .github/actionlint.yml to ignore this specific error until rhysd/actionlint#654 is merged and released. Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com>
1118592
actionlint v1.7.11 does not yet recognize the queue key in concurrency sections. Add -ignore flag to the pre-commit hook until rhysd/actionlint#654 is merged and released. Signed-off-by: Dan Calavrezo <195309321+dcalavrezo-qorix@users.noreply.github.com>
AlexanderLanin
approved these changes
Jul 1, 2026
Member
|
|
lurtz
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add queue: max to the docs-deploy concurrency group so that pending runs are queued rather than skipped.