-
Notifications
You must be signed in to change notification settings - Fork 36
ci: add concurrency control to workflows #42
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
Conversation
build workflow|
The build pipeline is failing due to the following error. Once it is fixed, I think this one is good to be merged. |
I’ve noticed that this error originates from the wdk-build dependency. Although the fix has been merged and is available on the main branch, a release needs to be created before we can use it here. |
Yes @krishnakumar4a4, this PR can't be merged until a new version of |
44e6568
Closes #38
Cancels in-progress workflows/jobs for the
buildworkflow when new events are triggered on the same branchSummary of changes:
concurrencysection to thebuild.yamlworkflowcancel-in-progress: trueto cancel any currently running job or workflow in the same concurrency group.