Skip to content

Commit d477101

Browse files
authored
Speed up gradle update (#13300)
1 parent ee6ba8e commit d477101

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Update Gradle Wrapper
33
on:
44
schedule:
55
- cron: "0 5 * * 1"
6+
pull_request:
7+
paths:
8+
- .github/workflows/update-gradle-wrapper.yml
69
workflow_dispatch:
710

811
jobs:
@@ -11,11 +14,6 @@ jobs:
1114
runs-on: ubuntu-latest
1215
steps:
1316
- uses: actions/checkout@v4
14-
- name: Setup JDK
15-
uses: actions/setup-java@v4
16-
with:
17-
java-version: '24'
18-
distribution: 'liberica'
1917
- name: Update Gradle Wrapper
2018
uses: gradle-update/update-gradle-wrapper-action@v2
2119
with:

0 commit comments

Comments
 (0)