Skip to content

Commit

Permalink
Cleanup publish-snapshot
Browse files Browse the repository at this point in the history
No running from ray/ui-update branch

No artifactsCheck as we use a LInux Runner
  • Loading branch information
steve-the-edwards committed Dec 21, 2023
1 parent ac878fd commit 70d61c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
branches:
- main
- ray/ui-update

env:
GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx12g -Dorg.gradle.daemon=false -Dorg.gradle.logging.stacktrace=all"
Expand Down Expand Up @@ -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 70d61c7

Please sign in to comment.