Skip to content

Commit c67e204

Browse files
Merge pull request #1150 from square/sedwards/publish-snapshot-runner
Cleanup publish-snapshot
2 parents e672af8 + eb27b2b commit c67e204

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish-snapshot.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ on:
55
push:
66
branches:
77
- main
8-
- ray/ui-update
98

109
env:
11-
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx5g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
10+
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx12g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
1211

1312
jobs:
1413
publish-snapshot :
15-
runs-on : macos-latest
14+
runs-on : workflow-kotlin-test-runner-ubuntu-4core
1615
if : github.repository == 'square/workflow-kotlin'
1716
timeout-minutes : 35
1817

@@ -34,7 +33,7 @@ jobs:
3433
- name : Check
3534
uses : ./.github/actions/gradle-task
3635
with :
37-
task : check
36+
task : check -x artifactsCheck
3837

3938
- name : Publish Snapshots
4039
uses : ./.github/actions/gradle-task

0 commit comments

Comments
 (0)