We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5a792 commit 59f3daaCopy full SHA for 59f3daa
1 file changed
.github/workflows/node-build.yml
@@ -206,7 +206,7 @@ jobs:
206
pnpm --filter performance run-tests:testenv -k -q --vus 4 --duration 1m | tee performance.log
207
208
- name: Post/Update Performance Test Results as PR Comment
209
- if: always()
+ if: ${{ github.event_name == 'pull_request' }}
210
uses: actions/github-script@v7
211
with:
212
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments