Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Nov 10, 2024
1 parent 22d6e6c commit 918f891
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: needs.checksecret.outputs.HAVE_SECRETS == 'true'
strategy:
matrix:
java: [ '11' ]
java: [ '17' ]
steps:
- uses: 7mind/github-env@main
with:
Expand Down Expand Up @@ -81,11 +81,11 @@ jobs:
name: Release and Notify Docs
runs-on: ubuntu-latest
continue-on-error: false
needs: [ 'publish-artifacts' ]
needs: [ 'build', 'checksecret' ]
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
strategy:
matrix:
java: [ '11' ]
java: [ '17' ]
steps:
- uses: 7mind/github-env@main
with:
Expand Down

0 comments on commit 918f891

Please sign in to comment.