test-summary / action

Show a helpful summary of test results in GitHub Actions CI/CD workflow runs
MIT License
395 stars 32 forks source link

Use `if: success() || failure()` instead of `if: always()`? #51

Open sschuberth opened 4 months ago

sschuberth commented 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?