Skip to content

Commit 3c080c3

Browse files
committed
change CI cluster cleanup to be earlier to save $
1 parent e1fdc94 commit 3c080c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- SMS
1212
- ARCUS
1313
schedule:
14-
- cron: '0 4 * * *' # Run at 4AM - image sync runs at midnight
14+
- cron: '0 20 * * *' # Run at 8PM - image sync runs at midnight
1515

1616
jobs:
1717
ci_cleanup:

0 commit comments

Comments
 (0)