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
Just wondering about your opinion @ethomson: Should the docs suggest to use if: success() || failure() instead of if: always() to prevent the summary to be created if the workflow is cancelled?
The text was updated successfully, but these errors were encountered:
Sorry I missed this when it was opened; I would say that it depends. In my workflows, they would never complete nor produce test results that could be uploaded if they were cancelled. So the success or failure option makes sense for my workflows.
If there's a utility in documenting the cancelled case then I'm happy to do so. I'd love an explanation on when to use which, so if you have a concrete use case for a cancelled workflow that produces a test result then that would be helpful to include. 🙏
Just wondering about your opinion @ethomson: Should the docs suggest to use
if: success() || failure()
instead ofif: always()
to prevent the summary to be created if the workflow is cancelled?The text was updated successfully, but these errors were encountered: