Skip to content

Commit da977f0

Browse files
committed
Revert "revert - enable result upload to test it"
This reverts commit dfb59b3.
1 parent 31690ee commit da977f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/benchmark.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
upload:
132132
runs-on: ubuntu-latest
133133
needs: benchmark
134-
# if: github.event_name == 'push'
134+
if: github.event_name == 'push'
135135
permissions:
136136
actions: read
137137
statuses: write
@@ -170,7 +170,6 @@ jobs:
170170
./velox/scripts/benchmark-runner.py upload \
171171
--run_id "$RUN_ID" \
172172
--sha "$CONBENCH_PROJECT_COMMIT" \
173-
--pr_number 12605 \
174173
--output_dir "/tmp/artifacts/contender/"
175174
176175
- name: "Check the status of the upload"

0 commit comments

Comments
 (0)