mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
ci: Update validate CI
Signed-off-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
This commit is contained in:
parent
a7da4dbb38
commit
a92c96b422
8
.github/workflows/charts-validate.yaml
vendored
8
.github/workflows/charts-validate.yaml
vendored
@ -253,7 +253,9 @@ jobs:
|
|||||||
lint_success:
|
lint_success:
|
||||||
needs:
|
needs:
|
||||||
- lint
|
- lint
|
||||||
if: ${{ always() }}
|
if: |
|
||||||
|
always() &&
|
||||||
|
needs.lint.result != 'skipped'
|
||||||
name: Lint successful
|
name: Lint successful
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
@ -342,7 +344,9 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- changes-install
|
- changes-install
|
||||||
- install
|
- install
|
||||||
if: ${{ always() }}
|
if: |
|
||||||
|
always() &&
|
||||||
|
needs.install.result != 'skipped'
|
||||||
name: Install successful
|
name: Install successful
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user