Skip to content

Commit 40ef7a0

Browse files
committed
CI: moving cronjob to where upstream services are most unlikely to have planned downtime
1 parent ac341f3 commit 40ef7a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_crontests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
tags:
77
- '*'
88
schedule:
9-
# run every Monday at 5am UTC
10-
- cron: '0 5 * * 1'
9+
# run every Friday at 23:00 UTC
10+
- cron: '0 23 * * 5'
1111
workflow_dispatch:
1212

1313
permissions:

0 commit comments

Comments
 (0)