Skip to content

Commit

Permalink
Revert "add workflow to generate README.md (#188)"
Browse files Browse the repository at this point in the history
This reverts commit 6620fde.

Signed-off-by: Tom Hayward <thayward@infoblox.com>
  • Loading branch information
kd7lxl committed Sep 10, 2021
1 parent 6620fde commit 128828a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 37 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@ name: Lint and Test Charts

on:
push:
branches-ignore:
- master
branches:
- main
pull_request:
paths-ignore:
- '*.md'
- 'docs/**'
- 'tools/**'

jobs:
lint-test:
Expand Down Expand Up @@ -40,10 +35,15 @@ jobs:
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml

- name: Updated README.md
run: |
make README.md
git diff --exit-code -- README.md
- name: Create kind cluster
uses: helm/kind-action@v1.2.0

- name: Run chart-testing (install)
run: |
kubectl create namespace cortex
ct install --config ct.yaml --namespace cortex
ct install --config ct.yaml --namespace cortex
30 changes: 0 additions & 30 deletions .github/workflows/readme.yml

This file was deleted.

0 comments on commit 128828a

Please sign in to comment.