Skip to content

Commit a5191c4

Browse files
Merge pull request #2119 from android:gradle-wrapper
PiperOrigin-RevId: 601792306
2 parents 7e6c095 + 5563298 commit a5191c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
- uses: gradle/wrapper-validation-action@v1
2323
build:
2424
runs-on: ubuntu-latest
25-
needs: gradle-wrapper-validation
2625
timeout-minutes: 20
2726
steps:
2827
- name: Check out repository code
@@ -64,7 +63,6 @@ jobs:
6463
shell: bash
6564
test:
6665
runs-on: ubuntu-latest
67-
needs: gradle-wrapper-validation
6866
timeout-minutes: 20
6967
steps:
7068
- name: Check out repository code
@@ -96,7 +94,7 @@ jobs:
9694
shell: bash
9795
gradle-emulator-test:
9896
runs-on: ubuntu-latest
99-
needs: build
97+
needs: [build, gradle-wrapper-validation]
10098
timeout-minutes: 20
10199
steps:
102100
- name: Check out repository code

0 commit comments

Comments
 (0)