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 @@ -300,25 +300,21 @@ jobs:
300
300
env :
301
301
<< : [*shared-ci-variables, *public-variables]
302
302
if : github.event_name == 'pull_request'
303
- continue-on-error : ${{ matrix.tidy }}
303
+ continue-on-error : ${{ matrix.name == 'mingw-check- tidy' }}
304
304
strategy :
305
305
matrix :
306
306
include :
307
307
- name : mingw-check
308
308
<< : *job-linux-16c
309
- tidy : false
310
309
311
310
- name : mingw-check-tidy
312
311
<< : *job-linux-16c
313
- tidy : true
314
312
315
313
- name : x86_64-gnu-llvm-14
316
314
<< : *job-linux-16c
317
- tidy : false
318
315
319
316
- name : x86_64-gnu-tools
320
317
<< : *job-linux-16c
321
- tidy : false
322
318
323
319
auto :
324
320
permissions :
You can’t perform that action at this time.
0 commit comments