From bec881edc096af4c2d4d35e0819eab5772e5a4b3 Mon Sep 17 00:00:00 2001 From: Jan Calanog Date: Thu, 29 Jun 2023 10:14:01 +0200 Subject: [PATCH] test --- .github/workflows/benchmarks.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 80f82d8f366..b356d8dacae 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -90,16 +90,16 @@ jobs: name: kibana-png-report path: ${{ env.WORKING_DIRECTORY }}/${{ env.PNG_REPORT_FILE }} if-no-files-found: error - - name: Upload benchmark result - uses: actions/upload-artifact@v3 - if: always() - with: - name: benchmark-result - path: ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_RESULT }} - if-no-files-found: error - - name: Tear down benchmark environment - if: always() - run: make destroy +# - name: Upload benchmark result +# uses: actions/upload-artifact@v3 +# if: always() +# with: +# name: benchmark-result +# path: ${{ env.WORKING_DIRECTORY }}/${{ env.BENCHMARK_RESULT }} +# if-no-files-found: error +# - name: Tear down benchmark environment +# if: always() +# run: make destroy - if: failure() uses: elastic/apm-pipeline-library/.github/actions/notify-build-status@current with: