Skip to content

Commit 4527f5d

Browse files
chore: change cleanup schedule from weekly to daily (#945)
1 parent 7d65c72 commit 4527f5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cleanup-stale-schemas.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Cleanup stale CI schemas
22

33
on:
44
schedule:
5-
# Every Sunday at 03:00 UTC
6-
- cron: "0 3 * * 0"
5+
# Daily at 03:00 UTC
6+
- cron: "0 3 * * *"
77
workflow_dispatch:
88
inputs:
99
max-age-hours:

0 commit comments

Comments
 (0)