update helm linting workflow

This commit is contained in:
Harshavardhana 2023-07-10 20:11:51 -07:00
parent 524ed7ccd0
commit 8522905d97

View file

@ -1,10 +1,18 @@
name: Helm Chart Linting name: Helm Chart linting
description: Installs helm tooling and validates helm charts
on: on:
push: pull_request:
branches: 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 # This ensures that previous jobs for the PR are canceled when the PR is
# updated. # updated.