Skip to content

Commit

Permalink
Revert "add workflow to generate README.md (cortexproject#188)" (cort…
Browse files Browse the repository at this point in the history
…exproject#217)

This reverts commit 6620fde.

Signed-off-by: Tom Hayward <thayward@infoblox.com>
Signed-off-by: Dan Constantinescu <dconstantinescu@blackberry.com>
  • Loading branch information
kd7lxl authored and Dan Constantinescu committed Sep 27, 2021
1 parent 8dbb186 commit 61aae16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 38 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
name: Lint and Test Charts

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

jobs:
lint-test:
Expand Down Expand Up @@ -40,6 +32,11 @@ 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

Expand Down
30 changes: 0 additions & 30 deletions .github/workflows/readme.yml

This file was deleted.

0 comments on commit 61aae16

Please sign in to comment.