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

Closed
opened 2025-12-29 21:30:40 +01:00 by adam · 0 comments
Owner

Originally created by @DanSheps on GitHub (Oct 17, 2024).

Originally assigned to: @DanSheps on GitHub.

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.

Originally created by @DanSheps on GitHub (Oct 17, 2024). Originally assigned to: @DanSheps on GitHub. ### 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.
adam added the status: acceptedtype: housekeepingnetbox labels 2025-12-29 21:30:40 +01:00
adam closed this issue 2025-12-29 21:30:40 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#10379