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
|
||||
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…
x
Reference in New Issue
Block a user