fix(e2e): use pnpm-capable workflow branch (PRI-634) #60

Merged
privilegedescalation-engineer[bot] merged 4 commits from hugh/kube-vip-e2e-final into main 2026-05-06 10:17:33 +00:00

4 Commits

Author SHA1 Message Date
Chris Farhood 1ebdd88328 Update e2e.yaml to use @main and pass plugin-name
Use @main workflow ref and add plugin-name input so the
reusable workflow can derive ConfigMap name and mount path.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-06 00:49:19 +00:00
Chris Farhood 406570be53 fix(e2e): use pnpm-capable workflow branch
Reference @hugh/add-pnpm-support-plugin-e2e which has pnpm support via corepack.

PRI-634
2026-05-06 00:49:16 +00:00
Chris Farhood 6ea6a79b44 fix(e2e): use pnpm-capable workflow branch
Reference @hugh/add-pnpm-support-plugin-e2e which has pnpm support via corepack.

PRI-634
2026-05-06 00:49:11 +00:00
Chris Farhood 0b44deeeff fix(ci): guard dual-approval job against null pull_request context
When triggered by pull_request_review events, github.event.pull_request
is undefined, which can cause issues when the job tries to access
github.event.pull_request.number. Add a job-level if guard to prevent
the job from running in these conditions.

This addresses the dual approval failures seen on feature branches where
the workflow was running without a valid PR context.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-06 00:49:11 +00:00