run validate workflow when workflow itself is modified
Some checks failed
/ render-helm (push) Failing after 18s
Some checks failed
/ render-helm (push) Failing after 18s
This commit is contained in:
parent
c593120e46
commit
152b77aaae
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- helm/*
|
- helm/*
|
||||||
|
- .forgejo/workflows/validate-helm-render.yaml
|
||||||
jobs:
|
jobs:
|
||||||
render-helm:
|
render-helm:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
@ -9,6 +10,6 @@ jobs:
|
||||||
image: library/alpine
|
image: library/alpine
|
||||||
steps:
|
steps:
|
||||||
- run: apk add --no-cache nodejs git helm kubectl
|
- run: apk add --no-cache nodejs git helm kubectl
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v3
|
||||||
- run: helm/render-all.sh
|
- run: helm/render-all.sh
|
||||||
- run: git diff --exit-code
|
- run: git diff --exit-code
|
||||||
|
|
Loading…
Reference in a new issue