chore: Disable linting job
This commit is contained in:
parent
7e6c1d6aa9
commit
5c1dcf95c8
@ -2,16 +2,16 @@ name: Container & Helm chart
|
|||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linting:
|
# linting:
|
||||||
name: Linting
|
# name: Linting
|
||||||
runs-on: dind-rootless
|
# runs-on: dind-rootless
|
||||||
steps:
|
# steps:
|
||||||
- name: Check out repository code
|
# - name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
- name: yamllint
|
# - name: yamllint
|
||||||
uses: bewuethr/yamllint-action@v1
|
# uses: bewuethr/yamllint-action@v1
|
||||||
with:
|
# with:
|
||||||
config-file: .yamllint.yaml
|
# config-file: .yamllint.yaml
|
||||||
|
|
||||||
semrel_dryrun:
|
semrel_dryrun:
|
||||||
name: Semantic Release (Dry-run)
|
name: Semantic Release (Dry-run)
|
||||||
@ -62,7 +62,8 @@ jobs:
|
|||||||
- /data:/data
|
- /data:/data
|
||||||
- /output:/output
|
- /output:/output
|
||||||
runs-on: dind-rootless
|
runs-on: dind-rootless
|
||||||
needs: [semrel_dryrun, linting]
|
# needs: [semrel_dryrun, linting]
|
||||||
|
needs: semrel_dryrun
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user