Skip to content

Commit

Permalink
Merge pull request #1150 from square/sedwards/publish-snapshot-runner
Browse files Browse the repository at this point in the history
Cleanup publish-snapshot
  • Loading branch information
steve-the-edwards authored Jan 2, 2024
2 parents e672af8 + eb27b2b commit c67e204
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ on:
push:
branches:
- main
- 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 All @@ -34,7 +33,7 @@ jobs:
- name : Check
uses : ./.github/actions/gradle-task
with :
task : check
task : check -x artifactsCheck

- name : Publish Snapshots
uses : ./.github/actions/gradle-task
Expand Down

0 comments on commit c67e204

Please sign in to comment.