Add concurrency group to CI to automatically cancel in-flight jobs when applicable #17795
Labels
netbox
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Proposed Changes
Add Concurrency group to CI to automatically cancel in-flight jobs when applicable:
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.
The text was updated successfully, but these errors were encountered: