Skip to content

Commit

Permalink
ci: Fix typo in binding java CI (apache#2534)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Jun 25, 2023
1 parent 65898d3 commit 19e5b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindings_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

stage-snapshot:
runs-on: ${{ matrix.os }}
if: ${{ github.event_name == 'push' || !github.event.pull_request.head.repo.fork }}}
if: github.event_name == 'push' || !github.event.pull_request.head.repo.fork
strategy:
matrix:
include:
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

deploy-snapshots:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'push' || !github.event.pull_request.head.repo.fork }}}
if: github.event_name == 'push' || !github.event.pull_request.head.repo.fork
needs: [stage-snapshot]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 19e5b98

Please sign in to comment.