We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c001bd commit b29ff71Copy full SHA for b29ff71
1 file changed
.github/workflows/sdk-platform-java-nightly.yaml
@@ -41,8 +41,6 @@ jobs:
41
--title "Nightly build for Java ${{ matrix.java }} on ${{ matrix.os }} failed." \
42
--body "The build has failed : https://github.com/googleapis/google-cloud-java/actions/runs/${GITHUB_RUN_ID}"
43
nightly-java8: # Compile with JDK 11. Run tests with JDK 8.
44
- needs: filter
45
- if: ${{ needs.filter.outputs.library == 'true' }}
46
strategy:
47
fail-fast: false
48
matrix:
0 commit comments