Skip to content

Commit f6bca50

Browse files
committed
chore: adjusted cleanup-ci cron
1 parent 33b6d29 commit f6bca50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cleanup-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Cleanup cancelled runs
22

33
on:
44
schedule:
5-
- cron: '0 4 * * *' # 4 AM UTC, after nightly
5+
- cron: '0 3 * * *' # 3 AM UTC, after nightly
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)