We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d692001 commit 2454f00Copy full SHA for 2454f00
1 file changed
.github/workflows/test-js-packages.yml
@@ -676,7 +676,7 @@ jobs:
676
677
- name: Store benchmark result
678
# We don't run this step on external PRs
679
- 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
680
uses: benchmark-action/github-action-benchmark@4de1bed97a47495fc4c5404952da0499e31f5c29
681
with:
682
name: "Test Suite Duration"
0 commit comments