File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -677,7 +677,7 @@ jobs:
677
677
with :
678
678
python-version : ' 3.7'
679
679
- name : Use expanded matrix
680
- if : github.event_name == 'schedule' || github. event.inputs.use_expanded_matrix == '1'
680
+ if : github.event.inputs.use_expanded_matrix == '1'
681
681
run : |
682
682
echo "USE_EXPANDED_MATRIX=1" >> $GITHUB_ENV
683
683
- name : Generate token for GitHub API
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ jobs:
191
191
fetch-depth : 0
192
192
submodules : false
193
193
- name : Use expanded matrix
194
- if : github.event_name == 'schedule' || github. event.inputs.use_expanded_matrix == '1' || needs.check_trigger.outputs.requested_tests == 'full'
194
+ if : github.event.inputs.use_expanded_matrix == '1' || needs.check_trigger.outputs.requested_tests == 'full'
195
195
run : |
196
196
echo "EXPANDED_MATRIX_PARAM=-e=1" >> $GITHUB_ENV
197
197
- name : Set auto-diff option if specified.
You can’t perform that action at this time.
0 commit comments