Skip to content

Commit ad8df43

Browse files
committed
feat: summarize script only runs on upstream repo
1 parent 1d6848c commit ad8df43

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/summarize_progress.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: summarize_progress
22

33
on:
4-
push:
5-
branches:
6-
- 'feat/summarize-table'
7-
# schedule:
8-
# - cron: '30 23 * * 5'
4+
schedule:
5+
- cron: '30 23 * * 5'
96

107
jobs:
118
ci:
9+
if: github.repository == 'python/python-docs-zh-tw'
1210
runs-on: ubuntu-latest
1311
permissions:
1412
# Give the default GITHUB_TOKEN write permission to commit and push the

0 commit comments

Comments
 (0)