Skip to content

Commit f03e470

Browse files
committed
fix: remove redundant comment step from performance-pr workflow to avoid permission errors on forks
1 parent 43a20d7 commit f03e470

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/performance-pr.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,3 @@ jobs:
160160
comparison.md
161161
pr_number.txt
162162
163-
- name: Comment report on PR
164-
if: github.event_name == 'pull_request'
165-
uses: actions/github-script@v7
166-
with:
167-
script: |
168-
const script = require('./.github/scripts/post_comment.js')
169-
await script({github, context, core})

0 commit comments

Comments
 (0)