discourse/.github/workflows
David Taylor 42d226f727
DEV: Ensure GitHub workflows cancel cleanly (#18314)
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.
2022-09-21 14:32:21 +01:00
..
licenses.yml DEV: Ensure GitHub workflows cancel cleanly (#18314) 2022-09-21 14:32:21 +01:00
linting.yml DEV: Ensure GitHub workflows cancel cleanly (#18314) 2022-09-21 14:32:21 +01:00
tests.yml DEV: Ensure GitHub workflows cancel cleanly (#18314) 2022-09-21 14:32:21 +01:00