Migrate to reusable plugin-e2e.yaml workflow (PRI-634) #60

Closed
privilegedescalation-engineer[bot] wants to merge 1 commits from hugh/pri-634-migrate-sealed-secrets-plugin into main
Showing only changes of commit bf2fa2dde5 - Show all commits
+22
View File
@@ -0,0 +1,22 @@
name: E2E Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
concurrency:
group: e2e-${{ github.repository }}
cancel-in-progress: false
jobs:
e2e:
uses: privilegedescalation/.github/.github/workflows/plugin-e2e.yaml@main
with:
node-version: "22"
headlamp-version: v0.40.1