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 055ddb4 commit 48d19bfCopy full SHA for 48d19bf
.github/workflows/removeOldMocks.yml
@@ -1,8 +1,8 @@
1
-name: Cleanup Old Mocks # Name of the workflow (you'll see this in GitHub Actions tab)
+name: Clean Old Mocks # Name of the workflow (you'll see this in GitHub Actions tab)
2
3
on:
4
schedule:
5
- - cron: "39 18 * * *" # automatically every day at 12.9 AM
+ - cron: "42 5 * * *" #every day at 12:11
6
workflow_dispatch: # Allow manual trigger from GitHub UI
7
8
0 commit comments