Commit d5c5823
committed
Move MSRV jobs into main
This moves the `check-msrv` and `check-msrv-badge` job definitions
from `msrv.yml` to `ci.yml`, where they are renamed `msrv` and
`msrv-badge`, respectively.
This includes those jobs among the PR-blocking checks in `ci.yml`
(i.e., `tests-pass` depends on them). This lets failure of `msrv`
continue blocking PR auto-merge (`check-msrv` had done so), and
causes `msrv-badge` to begin blocking PRs (`check-msrv-badge` had
not done so).
The `msrv.yml` workflow is accordingly removed.
(See #2026 and #2027 for context and relevant discussion.)ci.yml workflow1 parent 40f5a56 commit d5c5823
2 files changed
+49
-82
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
24 | 71 | | |
25 | 72 | | |
26 | 73 | | |
| |||
492 | 539 | | |
493 | 540 | | |
494 | 541 | | |
| 542 | + | |
| 543 | + | |
495 | 544 | | |
496 | 545 | | |
497 | 546 | | |
| |||
This file was deleted.
0 commit comments