Skip to content

Commit f57c22b

Browse files
[Admin] Update auto-publish schedule (#782)
1 parent 65754a8 commit f57c22b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/auto-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: auto-publish
22
run-name: Automatically publish documentation
33
on:
44
schedule:
5-
- cron: '15 22 * * TUE'
6-
- cron: '15 22 * * THU'
5+
# Run at 2:15 AM UTC on Wednesday and Friday
6+
- cron: '15 2 * * WED,FRI'
77
jobs:
88
auto-publish:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)