Commit b231ed0
committed
fix: make PR comment step optional in performance workflow
The PR comment step can fail when running on pull requests from forks
due to GitHub's security restrictions. Even with write permissions
specified, GITHUB_TOKEN is read-only for fork PRs to prevent malicious
code from writing to the base repository.
Added 'continue-on-error: true' to make this step optional. The
performance results will still be available in the workflow artifacts
even if commenting fails.
Fixes the '403 Resource not accessible by integration' error on fork PRs.
Signed-off-by: Senan Zedan <[email protected]>1 parent fcedc2b commit b231ed0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments