diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 7eb7e27193..e25cd13ca5 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -29,10 +29,10 @@ jobs: if: ${{ failure() }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | - gh issue create \ - --title "Nightly build for Java ${{ matrix.java }} on ${{ matrix.os }} failed." \ - --body "The build has failed : https://github.com/googleapis/gapic-generator-java/actions/runs/${GITHUB_RUN_ID}" + # run: | + # gh issue create \ + # --title "Nightly build for Java ${{ matrix.java }} on ${{ matrix.os }} failed." \ + # --body "The build has failed : https://github.com/googleapis/gapic-generator-java/actions/runs/${GITHUB_RUN_ID}" nightly-java8: # Compile with JDK 11. Run tests with JDK 8. strategy: fail-fast: false