We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d19bf commit 2f5a3fcCopy full SHA for 2f5a3fc
.github/workflows/removeOldMocks.yml
@@ -2,7 +2,7 @@ name: Clean Old Mocks # Name of the workflow (you'll see this in GitHub Action
2
3
on:
4
schedule:
5
- - cron: "42 5 * * *" #every day at 12:11
+ - cron: "43 18 * * *" # Runs daily at 12:13 AM
6
workflow_dispatch: # Allow manual trigger from GitHub UI
7
8
0 commit comments