Browse Source

update helm linting workflow

pull/17626/head
Harshavardhana 2 years ago
parent
commit
8522905d97
  1. 16
      .github/workflows/helm-lint.yml

16
.github/workflows/helm-lint.yml

@ -1,10 +1,18 @@
name: Helm Chart Linting
description: Installs helm tooling and validates helm charts
name: Helm Chart linting
on:
push:
pull_request:
branches:
- master
- master
# This ensures that previous jobs for the PR are canceled when the PR is
# updated.
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
permissions:
contents: read
# This ensures that previous jobs for the PR are canceled when the PR is
# updated.

Loading…
Cancel
Save