Open sschuberth opened 4 months ago
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?
if: success() || failure()
if: always()
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?