diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 4e4f6d9b..29860852 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -41,7 +41,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} output-file-path: packages/object/benchmark-output.txt alert-threshold: "130%" - fail-on-alert: true + fail-on-alert: ${{ github.event_name != 'push' }} comment-on-alert: ${{ github.event_name == 'push' }} summary-always: true gh-pages-branch: main