diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-07-19 23:44:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 23:44:14 +0800 |
| commit | d0b677d5d99f870856cc2f1d5f4bcb9ac2156e2a (patch) | |
| tree | 495bf97b3ed3034b84fdfc973b8b8fbbe88cfd22 | |
| parent | a748a435e414dfd6224600fd73fb89db87629d55 (diff) | |
| parent | 58a05caa457738d99fcee06aaa821317ea4015fb (diff) | |
| download | rust-d0b677d5d99f870856cc2f1d5f4bcb9ac2156e2a.tar.gz rust-d0b677d5d99f870856cc2f1d5f4bcb9ac2156e2a.zip | |
Rollup merge of #144152 - ChrisDenton:optional-job, r=Kobzol
Rename `optional-mingw-check-1` to `optional-pr-check-1` I noticed this when doing a `bors2 try` for `mingw`. I also changed it to use the `pr-check-1` image as `mingw-check-1` no longer exists.
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index f0c52fe3d1c..0a6ebe44b3d 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -172,9 +172,9 @@ try: optional: # This job is used just to test optional jobs. # It will be replaced by tier 2 and tier 3 jobs in the future. - - name: optional-mingw-check-1 + - name: optional-pr-check-1 env: - IMAGE: mingw-check-1 + IMAGE: pr-check-1 <<: *job-linux-4c # Main CI jobs that have to be green to merge a commit into master |
