Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 926785b

Browse files
authored
Merge pull request #528 from cprivitere/reduce-ci-frequency
Update to only run scheduled test once a day.
2 parents 46f56c4 + 90a7b88 commit 926785b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
schedule:
7-
- cron: "0 */4 * * *" # TODO: Run every 4 hours to soak test, should be less frequent before merge (weekly/daily/???)
7+
- cron: "5 0 * * *" # TODO: Run every 4 hours to soak test, should be less frequent before merge (weekly/daily/???)
88
workflow_dispatch:
99
env:
1010
IMAGE_NAME: cluster-api-provider-packet

0 commit comments

Comments
 (0)