From 08a4aa316238cafee042f463529022e2172c3e13 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 5 May 2026 18:03:14 +0000 Subject: [PATCH 1/2] fix(e2e): use main workflow instead of feature branch After plugin-e2e.yaml fix merges to main (PR privilegedescalation/.github#146), update this repo to use the fixed main workflow instead of the temporary hugh/add-pnpm-support-plugin-e2e feature branch. --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 4ee85a4..7157fd1 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -16,7 +16,7 @@ concurrency: jobs: e2e: - uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@hugh/add-pnpm-support-plugin-e2e + uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@main with: node-version: '22' headlamp-version: v0.40.1 -- 2.52.0 From cb49ddff1e5287b1376cd80390a5ae87e845261d Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Tue, 5 May 2026 19:17:06 +0000 Subject: [PATCH 2/2] fix(e2e): use pnpm-capable workflow branch (PRI-634) Reference @hugh/add-pnpm-support-plugin-e2e until main has pnpm support. --- .github/workflows/e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 7157fd1..4ee85a4 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -16,7 +16,7 @@ concurrency: jobs: e2e: - uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@main + uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@hugh/add-pnpm-support-plugin-e2e with: node-version: '22' headlamp-version: v0.40.1 -- 2.52.0