Skip to content

Commit 5138065

Browse files
conditional gradle execution
1 parent a30318c commit 5138065

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/samples-java-client-jdk11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,5 +132,5 @@ jobs:
132132

133133
- name: Build with Gradle
134134
working-directory: ${{ matrix.sample }}
135-
if: ${{ exists('./gradlew') }}
135+
if: ${{ hashFiles('./gradlew') != '' }}
136136
run: ./gradlew build -x test

0 commit comments

Comments
 (0)