Skip to content

Commit 2454f00

Browse files
committed
chore(ci): fix upload of benchmark results on master
1 parent d692001 commit 2454f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-js-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ jobs:
676676
677677
- name: Store benchmark result
678678
# We don't run this step on external PRs
679-
if: github.event.pull_request.head.repo.full_name == github.repository
679+
if: github.ref == 'refs/heads/master' || github.event.pull_request.head.repo.full_name == github.repository
680680
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
681681
with:
682682
name: "Test Suite Duration"

0 commit comments

Comments
 (0)