1
0
mirror of https://github.com/minio/minio synced 2024-07-09 04:05:53 +00:00

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
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.