Skip to content

Commit 48d19bf

Browse files
updated time
1 parent 055ddb4 commit 48d19bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/removeOldMocks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Cleanup Old Mocks # Name of the workflow (you'll see this in GitHub Actions tab)
1+
name: Clean Old Mocks # Name of the workflow (you'll see this in GitHub Actions tab)
22

33
on:
44
schedule:
5-
- cron: "39 18 * * *" # automatically every day at 12.9 AM
5+
- cron: "42 5 * * *" #every day at 12:11
66
workflow_dispatch: # Allow manual trigger from GitHub UI
77

88

0 commit comments

Comments
 (0)