Skip to content

Commit ffa9ff7

Browse files
committed
fix condition
1 parent 580c209 commit ffa9ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stubs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Generate stub files
3333
run: python tools/stubgen.py
3434
- name: Push stub files
35-
if: github.event_name == 'push'
35+
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
3636
run: |
3737
git config --global user.name 'github-actions[bot]'
3838
git config --global user.email 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)