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

Commit 90a7b88

Browse files
committed
Update to only run scheduled test once a day.
Signed-off-by: Chris Privitere <[email protected]>
1 parent 46f56c4 commit 90a7b88

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)