mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 17:12:46 +08:00
42d226f727
We added `always()` on some steps so that they run even if previous steps fail. That helps give us a picture of all failures in one run, rather than having to re-run the workflow after fixing the first failure. However, when we explicitly cancel a job, we should skip running these steps. `!cancelled()` is a better substitute for `always()` in this case. |
||
---|---|---|
.. | ||
licenses.yml | ||
linting.yml | ||
tests.yml |