We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e578de6 commit d04e624Copy full SHA for d04e624
.github/workflows/ci.yml
@@ -156,7 +156,7 @@ jobs:
156
name: Helm Tests
157
runs-on: ubuntu-22.04
158
needs: [vars, binary]
159
- if: ${{ github.ref_type != 'tag' }}
+ if: ${{ github.ref_type != 'tag' }}
160
steps:
161
- name: Checkout Repository
162
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
.pre-commit-config.yaml
@@ -8,6 +8,7 @@ repos:
8
- id: end-of-file-fixer
9
- id: check-yaml
10
args: [--allow-multiple-documents]
11
+ exclude: (^deploy/helm-chart/templates)
12
- id: check-added-large-files
13
- id: check-merge-conflict
14
- id: check-case-conflict
0 commit comments