Skip to content

Commit 13703fa

Browse files
committed
enable upload as a PR comment and prevent running benchmarks on this branch
1 parent 25da723 commit 13703fa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ spark-25299-branch-only: &spark-25299-branch-only
2828
branches:
2929
only:
3030
- spark-25299
31-
- spark-25299-test-build
3231
- yh/add-benchmarks-and-ci
3332

3433
deployable-branches-and-tags: &deployable-branches-and-tags
@@ -474,7 +473,7 @@ jobs:
474473
- *restore-build-binaries-cache
475474
- *restore-home-sbt-cache
476475
- run:
477-
command: ./dev/run-spark-25299-benchmarks.sh
476+
command: ./dev/run-spark-25299-benchmarks.sh -u
478477
- store_artifacts:
479478
path: /tmp/artifacts/
480479

0 commit comments

Comments
 (0)