Skip to content

Commit

Permalink
GitHub Actions: run Gradle wrapper validation only once
Browse files Browse the repository at this point in the history
(to reduce risk of connection timeout)
  • Loading branch information
DevCharly committed Nov 14, 2021
1 parent 2593a43 commit cb70fb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- uses: actions/checkout@v2

- uses: gradle/wrapper-validation-action@v1
if: matrix.java == '1.8'

- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v1
Expand Down

0 comments on commit cb70fb4

Please sign in to comment.