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

PR: Ensure "Update Assets" job runs when "Build Subrepos" is skipped #22338

Merged
merged 1 commit into from
Aug 10, 2024

Conversation

mrclary
Copy link
Contributor

@mrclary mrclary commented Aug 10, 2024

Description of Changes

I believe that "Upload Assets" was skipped because "Build Subrepos" was skipped, and by default jobs require all previous jobs to "succeed", not just the immediately previous one.

Conditioning the job with ${{ ! failure() && ! cancelled() }} resolves the issue.

Successful run: https://github.com/mrclary/spyder/actions/runs/10327346131

…as skipped, and by default jobs require all previous jobs to "succeed", not just the immediately previous one.
@mrclary mrclary self-assigned this Aug 10, 2024
@mrclary mrclary added this to the v6.0rc2 milestone Aug 10, 2024
Copy link
Member

@ccordoba12 ccordoba12 left a comment

Choose a reason for hiding this comment

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

Thanks @mrclary!

@ccordoba12 ccordoba12 merged commit f3a0a76 into spyder-ide:master Aug 10, 2024
10 checks passed
@mrclary mrclary deleted the release-assets branch August 10, 2024 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants