Skip to content

Commit b29ff71

Browse files
committed
remove extra filter
1 parent 7c001bd commit b29ff71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/sdk-platform-java-nightly.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
--title "Nightly build for Java ${{ matrix.java }} on ${{ matrix.os }} failed." \
4242
--body "The build has failed : https://github.com/googleapis/google-cloud-java/actions/runs/${GITHUB_RUN_ID}"
4343
nightly-java8: # Compile with JDK 11. Run tests with JDK 8.
44-
needs: filter
45-
if: ${{ needs.filter.outputs.library == 'true' }}
4644
strategy:
4745
fail-fast: false
4846
matrix:

0 commit comments

Comments
 (0)