Skip to content

Commit

Permalink
only run update-gradle once a week [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
turikhay authored Dec 5, 2023
1 parent 76506f1 commit af2667d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Update Gradle Wrapper
on:
workflow_dispatch:
schedule:
- cron: "41 18 * * *"
- cron: "41 18 * * 1"

jobs:
update-gradle-wrapper:
Expand Down

0 comments on commit af2667d

Please sign in to comment.