-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
chore: only run release workflow if tests pass #1769
base: master
Are you sure you want to change the base?
Conversation
@arboleya feel free to merge this one whenever you think it's a good time to do so |
|
||
concurrency: ${{ github.workflow }}-${{ github.ref }} | ||
|
||
jobs: | ||
release: | ||
name: "Release" | ||
if: ${{ github.event.workflow_run.conclusion == 'success'}} |
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.
Warning
[note to self]: Ideally we should not merge this before addressing:
Coverage Report:
Changed Files:
|
Converted back to a draft until it's ready. |
Once #3014 is resolved, I believe we should look at merging this. |
Closes #1718