mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
154d0962ee
Cancel `cargo update` job if there's no updates Previously there were always updates so we didn't hit this. Since #122489, this job runs on a more frequent schedule and causes errors if there have been no changes in that timespan. This led to a weird error on https://github.com/rust-lang/rust/pull/122646#issuecomment-2004339093 - because of this I've replaced the `exit 1`s here with `gh run cancel` so we don't have false 'failed' jobs in the logs. |
||
---|---|---|
.. | ||
ISSUE_TEMPLATE | ||
workflows |