chore: Disable linting job
Some checks failed
Container & Helm chart / Semantic Release (Dry-run) (push) Failing after 28s
Container & Helm chart / Cluster API node template (push) Has been skipped

This commit is contained in:
Danny Bessems 2024-06-08 20:46:12 +10:00
parent 7e6c1d6aa9
commit 5c1dcf95c8

View File

@ -2,16 +2,16 @@ name: Container & Helm chart
on: [push]
jobs:
linting:
name: Linting
runs-on: dind-rootless
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: yamllint
uses: bewuethr/yamllint-action@v1
with:
config-file: .yamllint.yaml
# linting:
# name: Linting
# runs-on: dind-rootless
# steps:
# - name: Check out repository code
# uses: actions/checkout@v4
# - name: yamllint
# uses: bewuethr/yamllint-action@v1
# with:
# config-file: .yamllint.yaml
semrel_dryrun:
name: Semantic Release (Dry-run)
@ -62,7 +62,8 @@ jobs:
- /data:/data
- /output:/output
runs-on: dind-rootless
needs: [semrel_dryrun, linting]
# needs: [semrel_dryrun, linting]
needs: semrel_dryrun
steps:
- name: Checkout
uses: actions/checkout@v4