We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 580c209 commit ffa9ff7Copy full SHA for ffa9ff7
1 file changed
.github/workflows/stubs.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Generate stub files
33
run: python tools/stubgen.py
34
- name: Push stub files
35
- if: github.event_name == 'push'
+ if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
36
run: |
37
git config --global user.name 'github-actions[bot]'
38
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
0 commit comments