diff --git a/.forgejo/workflows/validate-helm-render.yaml b/.forgejo/workflows/validate-helm-render.yaml index 641645d..0a6dbff 100644 --- a/.forgejo/workflows/validate-helm-render.yaml +++ b/.forgejo/workflows/validate-helm-render.yaml @@ -2,6 +2,7 @@ on: push: paths: - helm/* + - .forgejo/workflows/validate-helm-render.yaml jobs: render-helm: runs-on: docker @@ -9,6 +10,6 @@ jobs: image: library/alpine steps: - run: apk add --no-cache nodejs git helm kubectl - - uses: actions/checkout@v5 + - uses: actions/checkout@v3 - run: helm/render-all.sh - run: git diff --exit-code