Compare commits

..

1 Commits

Author SHA1 Message Date
Chris Farhood f55f76a3be fix(e2e): add plugin-name input to plugin-e2e workflow
Required after PR #157 merges — plugin-name is now a required input to plugin-e2e.yaml.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-05-06 17:09:04 +00:00
2 changed files with 1 additions and 14 deletions
+1
View File
@@ -21,3 +21,4 @@ jobs:
node-version: '22'
headlamp-version: v0.40.1
e2e-namespace: headlamp-dev
plugin-name: tns-csi
-14
View File
@@ -1,14 +0,0 @@
name: Renovate
on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v40.3.0
with:
configurationFile: renovate.json
renovate-json5: true