Skip to content

Commit c2cc95d

Browse files
Cleanup publish-snapshot
No running from ray/ui-update branch No artifactsCheck as we use a LInux Runner
1 parent e672af8 commit c2cc95d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish-snapshot.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- main
8-
- ray/ui-update
98

109
env:
1110
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx5g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
@@ -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)