Backport of Skip acceptance tests if PR changes are only in .release directory into release/1.9.x - #5567
Open
hc-github-team-consul-core wants to merge 1 commit into
Conversation
shashankNandigama
marked this pull request as ready for review
August 9, 2026 03:34
Manishakumari-hc
approved these changes
Aug 10, 2026
shashankNandigama
enabled auto-merge (squash)
August 10, 2026 05:55
shashankNandigama
approved these changes
Aug 10, 2026
…5530) * add release dir to conditional skip exclusion list * skip acceptance tests only for changes in .release dir * skip coverage.yml on /release/* file changes Signed-off-by: Manisha Kumari <manisha.kumari@hashicorp.com> * skip coverage workflow Signed-off-by: Manisha Kumari <manisha.kumari@hashicorp.com> * reverted permissions block Signed-off-by: Manisha Kumari <manisha.kumari@hashicorp.com> --------- Signed-off-by: Manisha Kumari <manisha.kumari@hashicorp.com> Co-authored-by: Manisha Kumari <manisha.kumari@hashicorp.com>
shashankNandigama
force-pushed
the
backport/shashank/update-skip-files-list/logically-humane-giraffe
branch
from
August 10, 2026 13:21
e81916a to
20d5102
Compare
auto-merge was automatically disabled
August 10, 2026 13:24
Pull request was closed
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.
Backport
This PR is auto-generated from #5530 to be assessed for backporting due to the inclusion of the label backport/1.9.x.
🚨
The person who merged in the original PR is:
@shashankNandigama
This person should resolve the merge-conflict(s) by either:
The below text is copied from the body of the original PR.
This PR is intended to skip the acceptance and unit tests workflows when there is a PR with only changes in /release/* files.
Acceptance tests are not impacted by the changes in .release directory, but we can't add this condition in reusable-conditional-skip.yml becuase that is used in build.yml as well. Adding this dir in reusable-skip workflow skips build.yml for changes in security-scan.hcl which is required for prepare workflow. So created a separate task in pr.yml to skip only pr tests and code coverage task for PRs with changes in .release directory.
Overview of commits