Skip to content

Commit

Permalink
Update nightly.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeli0 committed Jun 14, 2024
1 parent 0c829e6 commit ef734b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef734b3

Please sign in to comment.