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 33f98cb commit 6e5ddf1Copy full SHA for 6e5ddf1
.github/workflows/stubs.yaml
@@ -3,9 +3,8 @@ concurrency:
3
group: ${{ github.workflow }}-${{ github.event.number }}-${{ github.event.ref }}
4
cancel-in-progress: true
5
on: # yamllint disable-line rule:truthy
6
- pull_request:
7
- push:
8
- branches: [main]
+ schedule:
+ - cron: '0 3 * * *'
9
workflow_dispatch:
10
11
jobs:
@@ -32,7 +31,6 @@ jobs:
32
31
- name: Generate stub files
33
run: python tools/stubgen.py
34
- name: Push stub files
35
- if: github.event_name == 'push'
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