Skip to content

Commit 74a8e1d

Browse files
[Admin] Update auto-publish schedule (#5088)
1 parent 6424ffb commit 74a8e1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 2 deletions
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: '00 22 * * TUE'
6-
- cron: '00 22 * * THU'
5+
# Run at 2:00 AM UTC on Wednesday and Friday
6+
- cron: '0 2 * * WED,FRI'
77
jobs:
88
auto-publish:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)