Skip to content

Commit 7d40e2c

Browse files
committed
Enable scheduled update
1 parent 6bc0b9a commit 7d40e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
- 'scripts/update.sh'
1010
branches:
1111
- '3.11'
12-
# schedule:
13-
# - cron: '0 23 * * *'
12+
schedule:
13+
- cron: '40 23 * * *'
1414

1515
env:
1616
CPYTHON_BRANCH: '3.11'

0 commit comments

Comments
 (0)