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: Put release build conditional in the first job to avoid building every time #2409

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

greglucas
Copy link
Contributor

I noticed that we are building the sdist on every PR within the release workflow.
https://github.com/SciTools/cartopy/actions/workflows/release.yml
This didn't have the conditional expression associated with it to check for the specific label or release. We don't need to waste CI resources with this build, so move the conditional up and make the matrix job build dependent on it.

@greglucas greglucas added Type: Infrastructure CI: build wheels Run the release/wheel building on PR labels Jul 2, 2024
@dopplershift dopplershift merged commit 009196f into SciTools:main Jul 8, 2024
30 of 32 checks passed
@greglucas greglucas deleted the ci-release-conditional branch July 8, 2024 19:11
@QuLogic QuLogic added this to the Next Release milestone Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: build wheels Run the release/wheel building on PR Type: Infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants