mirror of
https://github.com/minio/minio.git
synced 2025-01-27 06:33:18 -05:00
update helm linting workflow
This commit is contained in:
parent
524ed7ccd0
commit
8522905d97
16
.github/workflows/helm-lint.yml
vendored
16
.github/workflows/helm-lint.yml
vendored
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user