Commit 1e41cda
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
0 commit comments