We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 167e84b commit 0abb090Copy full SHA for 0abb090
.github/workflows/integration_tests.yml
@@ -191,7 +191,7 @@ jobs:
191
fetch-depth: 0
192
submodules: false
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'
+ if: github.event.inputs.use_expanded_matrix == '1' || needs.check_trigger.outputs.requested_tests == 'full'
195
run: |
196
echo "EXPANDED_MATRIX_PARAM=-e=1" >> $GITHUB_ENV
197
- name: Set auto-diff option if specified.
0 commit comments