Skip to content

Commit 7365af5

Browse files
authored
Change cron schedule to run weekly on Fridays (#294)
1 parent 438be8c commit 7365af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle-wrapper-updater.yml

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

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: "0 0 * * 5"
66

77
jobs:
88
update-gradle-wrapper:

0 commit comments

Comments
 (0)