1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-29 02:45:06 +00:00

chore: remove check-helm-docs workflow (#3408)

Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>
This commit is contained in:
Charles-Edouard Brétéché 2022-03-16 21:55:21 +01:00 committed by GitHub
parent 5541189c6c
commit 33df85cc0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,20 +0,0 @@
name: helm-check-docs
on:
pull_request:
branches:
- main
- release*
paths:
- charts/**
- .github/workflows/helm-check-docs.yaml
jobs:
check-helm-docs:
name: Check Helm docs
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Check docs are up to date
run: make check-helm-docs