Skip to content

Commit f48892d

Browse files
authored
Change cron schedule for clone badge update
1 parent c51517e commit f48892d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-clones-badge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update clone badges
22

33
on:
44
schedule:
5-
- cron: "0 */12 * * *"
5+
- cron: "0 12 1 * *"
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)