Skip to content

Commit 0abb090

Browse files
authored
Disable schedule jobs using expanded matrix
1 parent 167e84b commit 0abb090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
fetch-depth: 0
192192
submodules: false
193193
- 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'
195195
run: |
196196
echo "EXPANDED_MATRIX_PARAM=-e=1" >> $GITHUB_ENV
197197
- name: Set auto-diff option if specified.

0 commit comments

Comments
 (0)