[ci] Keep required tests reporting after wiki pointer commits (#230)#231
Merged
[ci] Keep required tests reporting after wiki pointer commits (#230)#231
Conversation
Contributor
|
🚀 Preview is available for this pull request. |
11b45d1 to
321fb1f
Compare
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.
Related Issue
Closes #230
Motivation / Context
.github/wikipointer updates back to PR branches.pull_request.pathsfilter, so a wiki-pointer-only head commit could skip the workflow entirely.Run Tests (8.3),Run Tests (8.4), andRun Tests (8.5), leaving those contexts stuck asExpected.Changes
pull_request.pathsfilter from.github/workflows/tests.ymlso required test contexts are always reported for PR updates.pull_requesttriggering in the packaged consumer test wrapper.Verification
composer dev-toolsruby -e 'require "yaml"; %w[.github/workflows/tests.yml resources/github-actions/tests.yml].each { |f| YAML.load_file(f); puts "#{f} OK" }'composer dev-tools code-style -- --fix --jsoncomposer dev-tools changelog:checkgit diff --checkRun Tests (8.3),Run Tests (8.4), andRun Tests (8.5)contexts were created and completed successfully instead of stayingExpected.composer dev-toolswas not run locally because this branch changes GitHub Actions/docs only and the local full gate still runs the heavy reports/metrics path; the workflow syntax was validated directly.Documentation / Generated Output
docs/updatedNo generated docs/wiki output was committed.
Changelog
CHANGELOG.mdentryReviewer Notes