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

Change how CI jobs are canceled #13419

Closed
wants to merge 4 commits into from
Closed

Conversation

sobolevn
Copy link

This PR adds two changes:

  1. It introduces concurrency: flag to the workflow, to cancel older jobs for the same branch. It is really helpful for PRs, so no stale jobs will continue to operate when new commits are pushed to the same branch
  2. I've added fail-fast: false to Windows jobs to be in sync with other jobs

This PR adds two changes:
1. It introduces `concurrency:` flag to the workflow, to cancel older jobs for the same branch. It is really helpful for PRs, so no stale jobs will continue to operate when new commits are pushed to the same branch
2. I've added `fail-fast: false` to Windows jobs to be in sync with other jobs
@sobolevn sobolevn changed the title Change how jobs are canceled Change how CI jobs are canceled Mar 19, 2024
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
Co-authored-by: José Valim <jose.valim@gmail.com>
@josevalim
Copy link
Member

Thank you @sobolevn for the PR! We will take it from here. :)

.github/workflows/ci.yml Outdated Show resolved Hide resolved
sobolevn and others added 2 commits March 21, 2024 09:02
Co-authored-by: Yordis Prieto <yordis.prieto@gmail.com>
@josevalim
Copy link
Member

I will close this for now. Since we don't want cancel in progress, the default behaviour seems to be unbounded concurrency, thank you!

@josevalim josevalim closed this May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants