Flag to pick in_progress
, waiting
or both to be canceled
#209
Labels
enhancement
New feature or request
in_progress
, waiting
or both to be canceled
#209
Bit related to #23
I am fine with canceling runs that are
queued
(like wait for approval to deploy to protected environment) but not OK to cancel it if it is in progress.Like multiple merges to main that are deployed to
qa
/dev
but pendingprod
deployment. I am fine if latest merge cancel previous pending deployments. But if I deploy inprod
and someone merges to master a PR it will cancelprod
in mid-deployment. That is how nativeconcurrency
works in GHA.Can you add a flag to your action to not cancel
in_progress
runs?The text was updated successfully, but these errors were encountered: