We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d65c72 commit 4527f5dCopy full SHA for 4527f5d
1 file changed
.github/workflows/cleanup-stale-schemas.yml
@@ -2,8 +2,8 @@ name: Cleanup stale CI schemas
2
3
on:
4
schedule:
5
- # Every Sunday at 03:00 UTC
6
- - cron: "0 3 * * 0"
+ # Daily at 03:00 UTC
+ - cron: "0 3 * * *"
7
workflow_dispatch:
8
inputs:
9
max-age-hours:
0 commit comments