Skip to content

Commit 1f06e3b

Browse files
committed
ci(schedule): run cron tasks more times per week
1 parent a0417ec commit 1f06e3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
- master
1414
- stable
1515
schedule:
16-
- cron: "30 0 * * 1" # Every Monday at half past midnight UTC
16+
- cron: "30 0 * * 1,3,5" # At 00:30 UTC on Monday, Wednesday, and Friday
1717

1818
jobs:
1919

ci/actions-templates/gen-workflows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- master
2424
- stable
2525
schedule:
26-
- cron: "30 0 * * 1" # Every Monday at half past midnight UTC
26+
- cron: "30 0 * * 1,3,5" # At 00:30 UTC on Monday, Wednesday, and Friday
2727
2828
jobs:
2929
EOF

0 commit comments

Comments
 (0)