You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unable to cancel a workflow when I'm using the action. This is for both Code Deploy and a normal ECS service update. I'm running on hosted github actions, I'm also using the input wait-for-service-stability: true. When I click 'cancel workflow' (even multiple times), it looks like the action captures the cancellation and it runs to completion. Instead, I'd like it to immediately cancel the workflow. Ideally it would rollback, however just a cancellation is fine and I can have my own rollback logic.
Hi,
I'm unable to cancel a workflow when I'm using the action. This is for both Code Deploy and a normal ECS service update. I'm running on hosted github actions, I'm also using the input
wait-for-service-stability: true
. When I click 'cancel workflow' (even multiple times), it looks like the action captures the cancellation and it runs to completion. Instead, I'd like it to immediately cancel the workflow. Ideally it would rollback, however just a cancellation is fine and I can have my own rollback logic.In my case this rollback was a simple
Let me know if you need any more details.
Thanks
The text was updated successfully, but these errors were encountered: