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 f97721f commit 055ddb4Copy full SHA for 055ddb4
.github/workflows/removeOldMocks.yml
@@ -2,9 +2,10 @@ name: Cleanup Old Mocks # Name of the workflow (you'll see this in GitHub Acti
2
3
on:
4
schedule:
5
- - cron: "0 0 * * *" # Trigger workflow automatically every day at 00:00 UTC
+ - cron: "39 18 * * *" # automatically every day at 12.9 AM
6
workflow_dispatch: # Allow manual trigger from GitHub UI
7
8
+
9
jobs:
10
cleanup: # Define a job named "cleanup"
11
runs-on: ubuntu-latest # Use GitHub's Ubuntu virtual machine
0 commit comments