update test-and-build.yml according to reusable-docker-ecr.yml#679
Merged
jtherrmann merged 3 commits intodevelopfrom Nov 5, 2025
Merged
update test-and-build.yml according to reusable-docker-ecr.yml#679jtherrmann merged 3 commits intodevelopfrom
jtherrmann merged 3 commits intodevelopfrom
Conversation
jhkennedy
reviewed
Nov 5, 2025
Contributor
jhkennedy
left a comment
There was a problem hiding this comment.
This largely matches the corresponding changes to the reusable workflow, which you can see here:
https://github.com/ASFHyP3/actions/compare/7ee86554edfff43d176979ccdfe326319a704531..957d7e3fe9a13f6fbf869ade98120668f3a8acd6#diff-48114c661f46b500e4b1c564f490a5f266757f59430de4676b2cfb1724221d2d
The only thing missing is the inclusion of the concurrency:
concurrency:
group: ${{ inputs.version_tag }}
cancel-in-progress: trueThe reasoning behind setting the concurrency is described in the actions PR description:
ASFHyP3/actions#288
jhkennedy
approved these changes
Nov 5, 2025
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.
Updates
test-and-build.ymlto more closely align withreusable-docker-ecr.yml. Here are the remaining differences between those files: