Skip to content

Commit

Permalink
Merge pull request #1149 from square/sedwards/publish-snapshot-runner
Browse files Browse the repository at this point in the history
Run publish-snapshot on larger runner
  • Loading branch information
steve-the-edwards authored Dec 21, 2023
2 parents 722a656 + ac878fd commit bb83f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
- ray/ui-update

env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx5g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx12g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"

jobs:
publish-snapshot :
runs-on : macos-latest
runs-on : workflow-kotlin-test-runner-ubuntu-4core
if : github.repository == 'square/workflow-kotlin'
timeout-minutes : 35

Expand Down

0 comments on commit bb83f3e

Please sign in to comment.