Skip to content

Commit

Permalink
Add possibility to manually trigger gradlew update
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Jun 2, 2021
1 parent ba25057 commit 9b189a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Update Gradle Wrapper
on:
schedule:
- cron: "0 5 * * 1"
workflow_dispatch:

jobs:
update-gradle-wrapper:
Expand Down

0 comments on commit 9b189a5

Please sign in to comment.