Skip to content

Commit feac2bb

Browse files
committed
update(workflows): Set cleanup once per day
1 parent 33b402d commit feac2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cleanup.yml

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

33
on:
44
schedule:
5-
- cron: "0 * * * *"
5+
- cron: "0 0 * * *"
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)