diff --git a/.github/workflows/nightly_benchmarks.yaml b/.github/workflows/nightly_benchmarks.yaml index 7e3d17f..da4dbcc 100644 --- a/.github/workflows/nightly_benchmarks.yaml +++ b/.github/workflows/nightly_benchmarks.yaml @@ -179,7 +179,6 @@ jobs: echo "------------------------" cd /github/home bash benchmarks/scripts/run-performance-benchmarks.sh - cd - # send the result to es if [[ "${{ github.event_name }}" != "pull request" ]]; then escli add --vllm_branch ${{ matrix.vllm_branch }} \ @@ -190,4 +189,5 @@ jobs: --res_dir ./benchmarks/results rm -rf ./benchmarks/results fi + cd - done < commit_log.txt