Skip to content

Commit 43d62b2

Browse files
workflow - update schedule
1 parent a31f546 commit 43d62b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/auto-publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: auto-publish
22
run-name: Automatically publish documentation
33
on:
44
schedule:
5-
- cron: '35 22 * * FRI'
6-
- cron: '15 22 * * TUE'
7-
- cron: '15 22 * * THU'
5+
- cron: '00 22 * * TUE'
6+
- cron: '00 22 * * THU'
87
jobs:
98
auto-publish:
109
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)