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

fix: snap release job run condition #333

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

cjdcordeiro
Copy link
Collaborator

The current if: github.event_name == 'push' doesn't seem to be enough to make the release job run on push. I'm not entirely sure why this is, but I suspect it is because of its dependency's (test) run conditions.

This change makes the release run conditions explicit, instead of relying on the implicit behavior of needs: [test].

@benhoyt benhoyt merged commit 7f572ce into canonical:master Nov 23, 2023
15 checks passed
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