cancel-workflow-action
cancel-workflow-action copied to clipboard
how to make a cancelled workflow count as skip instead of failed?
trafficstars
how can we make a cancelled workflow count as skip instead of failed?
https://github.com/gdsfactory/gdsfactory/actions/runs/2799032426
I don’t think that’s possible because Skipped means the job never ran but Canceled means it was stopped while in progress.
I see, the issue is that we receive an email for each cancelled workflow, as if it had failed
If you manually click the "Cancel" button on GitHub, does it also send you an email?
If so, it sounds like you'll need to submit a feature request to GitHub to change the behavior of email notifications.