Commit bcf4e5f
committed
fix: resolve PR number for workflow_dispatch so benchmark results post to PR
The gate job was skipping PR-specific outputs for manual workflow_dispatch
runs, which caused the "Post benchmark results as PR comment" step to be
skipped. Now the gate job looks up open PRs for the current branch and
sets pr_number/pr_head_sha when found.
Made-with: Cursor1 parent 01c6d8a commit bcf4e5f
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
82 | 97 | | |
83 | 98 | | |
84 | 99 | | |
| |||
0 commit comments