File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -42,24 +42,20 @@ jobs:
42
42
TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
43
43
CACHE_DOMAIN : ci-caches.rust-lang.org
44
44
if : " github.event_name == 'pull_request'"
45
- continue-on-error : " ${{ matrix.tidy }}"
45
+ continue-on-error : " ${{ matrix.name == 'mingw-check- tidy' }}"
46
46
strategy :
47
47
matrix :
48
48
include :
49
49
- name : mingw-check
50
- tidy : false
51
50
os : ubuntu-20.04-16core-64gb
52
51
env : {}
53
52
- name : mingw-check-tidy
54
- tidy : true
55
53
os : ubuntu-20.04-16core-64gb
56
54
env : {}
57
55
- name : x86_64-gnu-llvm-14
58
- tidy : false
59
56
os : ubuntu-20.04-16core-64gb
60
57
env : {}
61
58
- name : x86_64-gnu-tools
62
- tidy : false
63
59
os : ubuntu-20.04-16core-64gb
64
60
env : {}
65
61
timeout-minutes : 600
Original file line number Diff line number Diff line change @@ -298,25 +298,21 @@ jobs:
298
298
env :
299
299
<< : [*shared-ci-variables, *public-variables]
300
300
if : github.event_name == 'pull_request'
301
- continue-on-error : ${{ matrix.tidy }}
301
+ continue-on-error : ${{ matrix.name == 'mingw-check- tidy' }}
302
302
strategy :
303
303
matrix :
304
304
include :
305
305
- name : mingw-check
306
306
<< : *job-linux-16c
307
- tidy : false
308
307
309
308
- name : mingw-check-tidy
310
309
<< : *job-linux-16c
311
- tidy : true
312
310
313
311
- name : x86_64-gnu-llvm-14
314
312
<< : *job-linux-16c
315
- tidy : false
316
313
317
314
- name : x86_64-gnu-tools
318
315
<< : *job-linux-16c
319
- tidy : false
320
316
321
317
auto :
322
318
permissions :
You can’t perform that action at this time.
0 commit comments