rustc-dev-guide/.github/workflows
Noah Lev bb0051a006 ci: Remove incorrect use of `continue-on-error`
This will cause the CI build to be marked successful even if the build
failed. Instead, use `if: '!cancelled()'` to always save the cache
(except when the job is cancelled), even if the linkcheck failed.

See https://stackoverflow.com/a/58859404 for more.
2025-01-09 13:37:03 -08:00
..
ci.yml ci: Remove incorrect use of `continue-on-error` 2025-01-09 13:37:03 -08:00
date-check.yml Upgrade actions to use Node.js v20 (#1863) 2024-01-28 19:45:18 -03:00