File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22name : C++ CMake Test
33
44on :
5- # at 08:00 on day-of-month 1
5+ # every day-of-month 1st at 00:00 UTC
66 schedule :
77 # prettier-ignore
8- - cron : ' 0 8 1 * *'
8+ - cron : ' 0 0 1 * *'
99 workflow_dispatch :
1010
1111env :
Original file line number Diff line number Diff line change 22name : Go Test
33
44on :
5- # at 08:00 on day-of-month 1
5+ # every day-of-month 1st at 00:00 UTC
66 schedule :
77 # prettier-ignore
8- - cron : ' 0 8 1 * *'
8+ - cron : ' 0 0 1 * *'
99 workflow_dispatch :
1010
1111jobs :
Original file line number Diff line number Diff line change 22name : Java Gradle Test
33
44on :
5- # at 08:00 on day-of-month 1
5+ # every day-of-month 1st at 00:00 UTC
66 schedule :
77 # prettier-ignore
8- - cron : ' 0 8 1 * *'
8+ - cron : ' 0 0 1 * *'
99 workflow_dispatch :
1010
1111jobs :
Original file line number Diff line number Diff line change 11name : Markdown Link Check
22
33on :
4- # every monday at 08 :00
4+ # every sunday at 23 :00 UTC
55 schedule :
66 # prettier-ignore
7- - cron : ' 0 8 * * 1 '
7+ - cron : ' 0 23 * * 0 '
88 workflow_call :
99 workflow_dispatch :
1010
Original file line number Diff line number Diff line change 22name : Python Poetry Test
33
44on :
5- # at 08:00 on day-of-month 1
5+ # every day-of-month 1st at 00:00 UTC
66 schedule :
77 # prettier-ignore
8- - cron : ' 0 8 1 * *'
8+ - cron : ' 0 0 1 * *'
99 workflow_dispatch :
1010
1111jobs :
You can’t perform that action at this time.
0 commit comments