File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 34
34
pr :
35
35
permissions :
36
36
actions : write
37
- name : PR
37
+ name : " PR - ${{ matrix.name }} "
38
38
env :
39
39
CI_JOB_NAME : " ${{ matrix.name }}"
40
40
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
@@ -159,7 +159,7 @@ jobs:
159
159
auto :
160
160
permissions :
161
161
actions : write
162
- name : auto
162
+ name : " auto - ${{ matrix.name }} "
163
163
env :
164
164
CI_JOB_NAME : " ${{ matrix.name }}"
165
165
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
@@ -578,7 +578,7 @@ jobs:
578
578
try :
579
579
permissions :
580
580
actions : write
581
- name : try
581
+ name : " try - ${{ matrix.name }} "
582
582
env :
583
583
CI_JOB_NAME : " ${{ matrix.name }}"
584
584
CARGO_REGISTRIES_CRATES_IO_PROTOCOL : sparse
Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ jobs:
284
284
permissions :
285
285
actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
286
286
<< : *base-ci-job
287
- name : PR
287
+ name : PR - ${{ matrix.name }}
288
288
env :
289
289
<< : [*shared-ci-variables, *public-variables]
290
290
if : github.event_name == 'pull_request'
@@ -312,7 +312,7 @@ jobs:
312
312
permissions :
313
313
actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
314
314
<< : *base-ci-job
315
- name : auto
315
+ name : auto - ${{ matrix.name }}
316
316
env :
317
317
<< : [*shared-ci-variables, *prod-variables]
318
318
if : github.event_name == 'push' && github.ref == 'refs/heads/auto' && github.repository == 'rust-lang-ci/rust'
@@ -741,7 +741,7 @@ jobs:
741
741
permissions :
742
742
actions : write # for rust-lang/simpleinfra/github-actions/cancel-outdated-builds
743
743
<< : *base-ci-job
744
- name : try
744
+ name : try - ${{ matrix.name }}
745
745
env :
746
746
<< : [*shared-ci-variables, *prod-variables]
747
747
if : github.event_name == 'push' && (github.ref == 'refs/heads/try' || github.ref == 'refs/heads/try-perf') && github.repository == 'rust-lang-ci/rust'
You can’t perform that action at this time.
0 commit comments