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 1d6848c commit ad8df43Copy full SHA for ad8df43
1 file changed
.github/workflows/summarize_progress.yml
@@ -1,14 +1,12 @@
1
name: summarize_progress
2
3
on:
4
- push:
5
- branches:
6
- - 'feat/summarize-table'
7
- # schedule:
8
- # - cron: '30 23 * * 5'
+ schedule:
+ - cron: '30 23 * * 5'
9
10
jobs:
11
ci:
+ if: github.repository == 'python/python-docs-zh-tw'
12
runs-on: ubuntu-latest
13
permissions:
14
# Give the default GITHUB_TOKEN write permission to commit and push the
0 commit comments