Skip to content

Commit ac7ee4f

Browse files
authored
schedule jobs disable expanded matrix
schedule jobs disable expanded matrix for integration test
1 parent 0abb090 commit ac7ee4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ jobs:
677677
with:
678678
python-version: '3.7'
679679
- 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'
681681
run: |
682682
echo "USE_EXPANDED_MATRIX=1" >> $GITHUB_ENV
683683
- name: Generate token for GitHub API

0 commit comments

Comments
 (0)