Skip to content
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

ci: fix release workflow #1763

Merged
merged 1 commit into from
May 15, 2023
Merged

ci: fix release workflow #1763

merged 1 commit into from
May 15, 2023

Conversation

camshaft
Copy link
Contributor

@camshaft camshaft commented May 15, 2023

Description of changes:

In #1749, we added the s2n-quic-xdp crate as an optional dependency to s2n-quic. This caused issues for the release workflow since the tools/xdp directory wasn't being added to the docker build.

Testing:

I've enabled the workflow to run on pull requests to prevent this kind of issue in the future.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@camshaft camshaft marked this pull request as ready for review May 15, 2023 18:59
@camshaft camshaft changed the title build: fix release workflow ci: fix release workflow May 15, 2023
Comment on lines -11 to -12
paths:
- ".github/workflows/release.yml"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't this going to be pushing a new image on every PR now? Or is the push: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') }} on line 56 preventing that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah that should be only true when it's pushing to main.

@camshaft camshaft merged commit ec13ffd into main May 15, 2023
@camshaft camshaft deleted the camshaft/release-fix branch May 15, 2023 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants