diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 35edc270bc4..515c31af6a6 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -46,14 +46,6 @@ jobs: if: contains( github.event.pull_request.labels.*.name, 'needs-benchmarks') run: .maintain/check_runtime.sh - - uses: EndBug/add-and-commit@v8 - with: - add: 'runtime/picasso' - message: 'Pushing benchmark changes' - push: "true" - new_branch: ${{ steps.branch-name.outputs.current_branch }} - - - name: Benchmark Test env: BASE_BRANCH: ${{ github.event.pull_request.base.ref }} @@ -62,3 +54,10 @@ jobs: if: env.RUNTIME_CHECK == 1 id: run_benchmarks run: .maintain/run_benchmarks.sh + + - uses: EndBug/add-and-commit@v8 + with: + add: 'runtime/picasso' + message: 'Pushing benchmark changes' + push: "true" + new_branch: ${{ steps.branch-name.outputs.current_branch }}