Skip to content

Fix: Update handling of version strings in Helm template and helpers.tpl #134

Fix: Update handling of version strings in Helm template and helpers.tpl

Fix: Update handling of version strings in Helm template and helpers.tpl #134

name: Test self-hosted-runner
on:
push:
# Exclude branches created by Dependabot to avoid triggering current workflow
# for PRs initiated by Dependabot.
branches-ignore:
- 'dependabot/**'
pull_request:
paths:
- "charts/**"
jobs:
e2e:
runs-on: self-hosted
steps:
- name: e2e test
# https://github.com/actions/virtual-environments/issues/709
run: |
echo "Need to add e2e test"