mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Storing the puppeteer artifacts is useful for debugging failures in
CI.
Confusingly, `if: ${{ something }}` does not work out to be true like
`if: ${{ always() && something }}` does; the former has a silent
`success()` built into it[1]:
> If your if expression does not contain any of the status functions
> it will automatically result with success().
[1] https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#job-status-check-functions