Greetings! Should I run `pulumi cancel` if my GitH...
# general
e
Greetings! Should I run
pulumi cancel
if my GitHub Actions workflow gets stuck on the
pulumi up
command? There are no errors in GitHub Actions log and also AWS resources looks Ok. Maybe deleting the lock file with
pulumi cancel
could help?
Finally, I submitted a GitHub force-cancel request to stop the stuck workflow, ran
pulumi cancel
locally to clean up the lock, and fixed the
pulumi up
issue on my local environment.