We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7852b9 commit b3162d0Copy full SHA for b3162d0
1 file changed
.github/workflows/merge-build.yml
@@ -54,6 +54,10 @@ jobs:
54
if: ${{ github.event.repository.fork == true }}
55
run: mvn -B -e verify
56
57
+ - name: "Maven Build"
58
+ if: ${{ github.event.repository.fork == false }}
59
+ run: mvn -B -e clean install
60
+
61
- name: Checkout tools repo
62
uses: actions/checkout@v4
63
with:
0 commit comments