-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger packages action on subset for PRs #239
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This patch set's PR events to only test against amd64, and full multiarch matrix after merge event
c36bc9b
to
677a709
Compare
This patch set's PR events to only test against amd64, and full multiarch matrix after merge event Signed-off-by: Evan Lezar <[email protected]>
677a709
to
489ac0c
Compare
Signed-off-by: Evan Lezar <[email protected]>
9919731
to
3efbc17
Compare
Signed-off-by: Evan Lezar <[email protected]>
3efbc17
to
badbe8a
Compare
fail-fast: false | ||
steps: | ||
- uses: actions/checkout@v4 | ||
name: Check out code | ||
with: | ||
fetch-tags: true | ||
fetch-depth: 1024 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not quite happy with this solution, but it's needed to allow git describe --tags
to work.
This patch set's PR events to only test against amd64, and full multiarch matrix after merge event