diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2025-07-02 08:43:10 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2025-07-02 08:48:20 +0000 |
| commit | 6671d9b92a0bfd70b42e6332c06cd3eeecb52b32 (patch) | |
| tree | f3bc0a746008c54be896aacae23980735b314626 /src/ci/github-actions | |
| parent | 62949cd2d6849cdee2160467365cfa6529b77f16 (diff) | |
| download | rust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.tar.gz rust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.zip | |
Rename mingw-check-tidy to tidy
Diffstat (limited to 'src/ci/github-actions')
| -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 96b835f6b9b..8b78ffd2db9 100644 --- a/src/ci/github-actions/jobs.yml +++ b/src/ci/github-actions/jobs.yml @@ -126,7 +126,7 @@ pr: <<: *job-linux-4c - name: pr-check-2 <<: *job-linux-4c - - name: pr-check-tidy + - name: tidy continue_on_error: true free_disk: false env: @@ -318,7 +318,7 @@ auto: - name: pr-check-2 <<: *job-linux-4c - - name: pr-check-tidy + - name: tidy free_disk: false <<: *job-linux-4c |
