Skip to content

Commit 59f3daa

Browse files
committed
fix(ci): performance test performance test commenting job should only trigger on PR
1 parent 8d5a792 commit 59f3daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
pnpm --filter performance run-tests:testenv -k -q --vus 4 --duration 1m | tee performance.log
207207
208208
- name: Post/Update Performance Test Results as PR Comment
209-
if: always()
209+
if: ${{ github.event_name == 'pull_request' }}
210210
uses: actions/github-script@v7
211211
with:
212212
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)