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

Cancel old daily CI jobs on PRs #9196

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Cancel old daily CI jobs on PRs #9196

merged 1 commit into from
Nov 14, 2022

Conversation

sobolevn
Copy link
Member

Since now daily CI jobs can be executed on PRs, I think we need to cancel old builds on new commits. This will be in line with other CI workflows.

cron and workflow_dispatch triggers are not affected by this, because they usually don't have parallel execution. (Technically sequential workflow_dispatch actions will be canceled as well, but I think this is also a good thing).

Copy link
Member

@AlexWaygood AlexWaygood left a comment

Choose a reason for hiding this comment

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

Makes sense!

@AlexWaygood AlexWaygood changed the title Cancel daily CI jobs Cancel old daily CI jobs on PRs Nov 14, 2022
@sobolevn
Copy link
Member Author

pip update failed 😒

@AlexWaygood AlexWaygood merged commit 66edd05 into python:main Nov 14, 2022
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