Skip to content

Commit

Permalink
enable upload as a PR comment and prevent running benchmarks on this …
Browse files Browse the repository at this point in the history
…branch
  • Loading branch information
yifeih committed Mar 6, 2019
1 parent 25da723 commit 13703fa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spark-25299-branch-only: &spark-25299-branch-only
branches:
only:
- spark-25299
- spark-25299-test-build
- yh/add-benchmarks-and-ci

deployable-branches-and-tags: &deployable-branches-and-tags
Expand Down Expand Up @@ -474,7 +473,7 @@ jobs:
- *restore-build-binaries-cache
- *restore-home-sbt-cache
- run:
command: ./dev/run-spark-25299-benchmarks.sh
command: ./dev/run-spark-25299-benchmarks.sh -u
- store_artifacts:
path: /tmp/artifacts/

Expand Down

0 comments on commit 13703fa

Please sign in to comment.