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

Add concurrency group to CI to automatically cancel in-flight jobs when applicable #17795

Open
DanSheps opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
status: under review Further discussion is needed to determine this issue's scope and/or implementation type: housekeeping Changes to the application which do not directly impact the end user

Comments

@DanSheps
Copy link
Member

Proposed Changes

Add Concurrency group to CI to automatically cancel in-flight jobs when applicable:

  • Push to branch
  • Push to pull request

Justification

Currently, when tests are running and there is a new push to the branch or PR the tests will continue. Adding a concurrency group will cancel the in-flight tests and run only the newest test.

This doesn't add much but will optimize our CI a little bit.

@DanSheps DanSheps added type: housekeeping Changes to the application which do not directly impact the end user status: under review Further discussion is needed to determine this issue's scope and/or implementation labels Oct 17, 2024
@DanSheps DanSheps self-assigned this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: under review Further discussion is needed to determine this issue's scope and/or implementation type: housekeeping Changes to the application which do not directly impact the end user
Projects
None yet
Development

No branches or pull requests

1 participant