Skip to content

Commit 7759b82

Browse files
committed
Corrected on.schedule.cron
1 parent 41de010 commit 7759b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-root-downloads-shield-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Update Downloads shield in root README
22

33
on:
44
schedule:
5-
- cron: "45 35 * * 5" # every Fri @ 5:45 AM
5+
- cron: "45 5 * * 5" # every Fri @ 5:45 AM
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)