From 2454f0096dcb90c340ad8ec1925029a23a076c57 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 1 Jul 2025 09:07:43 +0000 Subject: [PATCH] chore(ci): fix upload of benchmark results on master --- .github/workflows/test-js-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-js-packages.yml b/.github/workflows/test-js-packages.yml index 08f124d4e81..1b72941aaf2 100644 --- a/.github/workflows/test-js-packages.yml +++ b/.github/workflows/test-js-packages.yml @@ -676,7 +676,7 @@ jobs: - name: Store benchmark result # We don't run this step on external PRs - if: github.event.pull_request.head.repo.full_name == github.repository + if: github.ref == 'refs/heads/master' || github.event.pull_request.head.repo.full_name == github.repository uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29 with: name: "Test Suite Duration"