diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2025-07-01 18:47:50 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2025-07-01 20:25:56 +0000 |
| commit | 62949cd2d6849cdee2160467365cfa6529b77f16 (patch) | |
| tree | 6e61a620fa0fe938fb696284ae004f296188ffb4 /src/ci/github-actions | |
| parent | 4e973370053a5fe87ee96d43c506623e9bd1eb9d (diff) | |
| download | rust-62949cd2d6849cdee2160467365cfa6529b77f16.tar.gz rust-62949cd2d6849cdee2160467365cfa6529b77f16.zip | |
Rename mingw-* CI jobs to pr-*
Diffstat (limited to 'src/ci/github-actions')
| -rw-r--r-- | src/ci/github-actions/jobs.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ci/github-actions/jobs.yml b/src/ci/github-actions/jobs.yml index 3aa435003d3..96b835f6b9b 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -122,11 +122,11 @@ jobs: # These jobs automatically inherit envs.pr, to avoid repeating # it in each job definition. pr: - - name: mingw-check-1 + - name: pr-check-1 <<: *job-linux-4c - - name: mingw-check-2 + - name: pr-check-2 <<: *job-linux-4c - - name: mingw-check-tidy + - name: pr-check-tidy continue_on_error: true free_disk: false env: @@ -312,13 +312,13 @@ auto: /scripts/stage_2_test_set2.sh <<: *job-linux-4c - - name: mingw-check-1 + - name: pr-check-1 <<: *job-linux-4c - - name: mingw-check-2 + - name: pr-check-2 <<: *job-linux-4c - - name: mingw-check-tidy + - name: pr-check-tidy free_disk: false <<: *job-linux-4c |
