From caa2474a7aa7484979d89c3f242b49c95abdcc1f Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 16 Jun 2022 16:36:36 +0300 Subject: [PATCH] Commented out push functionality --- .github/workflows/benchmark.yml | 44 ++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index bb86e8e1..d704b462 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -89,17 +89,17 @@ jobs: comment-always: true github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Push benchmark results - if: github.event_name == 'push' - run: | - echo "Pushing benchmark results..." - cd gh-pages - git config user.name github-actions - git config user.email github@users.noreply.github.com - git add ./dev/bench/data.json - git commit -m "Add benchmarks results for ${{ github.sha }}" - git push - cd .. + # - name: Push benchmark results + # if: github.event_name == 'push' + # run: | + # echo "Pushing benchmark results..." + # cd gh-pages + # git config user.name github-actions + # git config user.email github@users.noreply.github.com + # git add ./dev/bench/data.json + # git commit -m "Add benchmarks results for ${{ github.sha }}" + # git push + # cd .. unix: name: Run ${{ matrix.bench.title }} (${{ matrix.os}}) @@ -189,14 +189,14 @@ jobs: comment-on-alert: true github-token: ${{ secrets.GITHUB_TOKEN }} - - name: Push benchmark results - if: github.event_name == 'push' - run: | - echo "Pushing benchmark results..." - cd gh-pages - git config user.name github-actions - git config user.email github@users.noreply.github.com - git add ./dev/bench/data.json - git commit -m "Add benchmarks results for ${{ github.sha }}" - git push - cd .. + # - name: Push benchmark results + # if: github.event_name == 'push' + # run: | + # echo "Pushing benchmark results..." + # cd gh-pages + # git config user.name github-actions + # git config user.email github@users.noreply.github.com + # git add ./dev/bench/data.json + # git commit -m "Add benchmarks results for ${{ github.sha }}" + # git push + # cd ..