ci(v37-dev): add v37-dev to push allowlists so merged tip gets the build matrix - #1099
Merged
Conversation
…ild matrix pull_request allowlists (added in #1070) render the matrix on v37-dev PRs, but the push: branch lists omitted v37-dev. Merges into v37-dev (#1068, #1070) therefore ran only CodeQL on the post-merge tip -- no build/coin-matrix run validated the actual merged state, reintroducing the hollow-green-after-merge gap the PR-time matrix was meant to close. Add v37-dev to build.yml and coin-matrix.yml push branches.
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.
pull_request allowlists (#1070) render the matrix on v37-dev PRs, but the push: branch lists in build.yml + coin-matrix.yml still omit v37-dev. The #1068 and #1070 merges therefore validated only CodeQL on the post-merge tip -- no build/coin-matrix run confirmed the merged v37-dev state. This closes that post-merge validation gap. Held at merge gate for operator push-approval.