Skip to content

Commit 055ddb4

Browse files
updated time
1 parent f97721f commit 055ddb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/removeOldMocks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Cleanup Old Mocks # Name of the workflow (you'll see this in GitHub Acti
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *" # Trigger workflow automatically every day at 00:00 UTC
5+
- cron: "39 18 * * *" # automatically every day at 12.9 AM
66
workflow_dispatch: # Allow manual trigger from GitHub UI
77

8+
89
jobs:
910
cleanup: # Define a job named "cleanup"
1011
runs-on: ubuntu-latest # Use GitHub's Ubuntu virtual machine

0 commit comments

Comments
 (0)