fix(ci): Skip build on empty build matrix.#3271
Merged
Merged
Conversation
caksoylar
approved these changes
Mar 7, 2026
Contributor
|
Maybe a notice message annotation would be better so the message is surfaced to the main build page? https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#setting-a-notice-message Similar to how |
Contributor
Author
@caksoylar, sounds good. I've pushed an updated commit with that change. To check how the notice message looks like, please see https://github.com/aadcg/test-zmk-config/actions/runs/23148617644. Sorry for the late reply. |
Contributor
|
Thanks for the fix! |
phuertay
added a commit
to phuertay/zmk
that referenced
this pull request
Mar 18, 2026
fix(ci): Skip build on empty build matrix (zmkfirmware#3271)
badjeff
pushed a commit
to badjeff/zmk
that referenced
this pull request
Mar 28, 2026
dgct
pushed a commit
to dgct/zmk
that referenced
this pull request
Apr 28, 2026
caksoylar
pushed a commit
to caksoylar/zmk
that referenced
this pull request
May 27, 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.
Closes #3179.
I tested the CI here.
It skips the build and the CI routine returns as successful. I'm not sure how to retrieve the log message from the skipped job, but I can look into it.
CC @joelspadin.