Skip to content

Commit

Permalink
Fix github action (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhan1 committed Jun 26, 2024
1 parent e7852b9 commit b3162d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/merge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
if: ${{ github.event.repository.fork == true }}
run: mvn -B -e verify

- name: "Maven Build"
if: ${{ github.event.repository.fork == false }}
run: mvn -B -e clean install

- name: Checkout tools repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit b3162d0

Please sign in to comment.