Skip to content

Commit

Permalink
Limit only JAVA_OPTS starting memory
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 25, 2024
1 parent 3859292 commit d77b469
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ jobs:
deploys:
name: Deploys
if: "!github.event.pull_request.head.repo.fork"
needs: [builds, init]
# needs: [builds, init]
needs: [init]
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down

0 comments on commit d77b469

Please sign in to comment.