Skip to content

Commit

Permalink
Merge pull request #2451 from ligangty/master
Browse files Browse the repository at this point in the history
Fix github action "verify with maven" to bypass in merged phase
  • Loading branch information
ligangty authored Aug 7, 2024
2 parents f65f6bf + 1462f84 commit a8dbcc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
verify:
name: verify with maven
runs-on: ubuntu-latest
if: ${{ github.event_name != 'push' }}
env:
MAVEN_OPTS: "-Xmx4096m -Xms2048m -XX:MaxMetaspaceSize=4096m -Xss8m"
SKIP_NPM_CONFIG: false
Expand Down

0 comments on commit a8dbcc2

Please sign in to comment.