Skip to content

Commit

Permalink
Run gradle-up once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsom committed Jul 9, 2019
1 parent 036cbbb commit 845cecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workflow "Daily" {
resolves = ["Update Gradle Wrapper"]
on = "schedule(0 * * * *)"
on = "schedule(0 0 * * *)"
}

action "Update Gradle Wrapper" {
Expand Down

0 comments on commit 845cecd

Please sign in to comment.