diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index f031b23..27cbc9d 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -25,7 +25,7 @@ jobs: python-version: ${{ matrix.python-version }} command: "pytest benchmarks/ --benchmark-json output.json" - name: Analyse benchmark results for Pull Requests - uses: rhysd/github-action-benchmark@v1.20.3 + uses: rhysd/github-action-benchmark@v1.20.4 if: ${{ github.ref != 'refs/heads/main' }} with: name: Matchbox performance benchmarks on Python ${{ matrix.python-version }} @@ -40,7 +40,7 @@ jobs: fail-on-alert: false alert-comment-cc-users: '@fizyk' - name: Store benchmark result for master branch - uses: rhysd/github-action-benchmark@v1.20.3 + uses: rhysd/github-action-benchmark@v1.20.4 if: ${{ github.ref == 'refs/heads/main' }} with: name: Matchbox performance benchmarks on Python ${{ matrix.python-version }}