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:
parent
5541189c6c
commit
33df85cc0c
1 changed files with 0 additions and 20 deletions
20
.github/workflows/helm-check-docs.yaml
vendored
20
.github/workflows/helm-check-docs.yaml
vendored
|
@ -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
|
Loading…
Add table
Reference in a new issue