Skip to content

Commit 1e41cda

Browse files
committed
fix(ci): remove pull_request trigger from benchmark workflow
The patrickhuie19/benchmark-action composite action interpolates ${{ github.event.pull_request.body }} directly into a single-quoted shell string. Any PR body containing a single quote causes: unexpected EOF while looking for matching `' The benchmark workflow's primary value is tracking regressions over time on main merges. Removing the pull_request trigger eliminates the breakage without losing that value.
1 parent 07a72b4 commit 1e41cda

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
branches:
9-
- main
107

118
jobs:
129
benchmark:

0 commit comments

Comments
 (0)