Skip to content

Commit 9d452fe

Browse files
Eneman DonatienEneman Donatien
authored andcommitted
[BUG] 🐛 fix invalid ci for chart
1 parent 83190a4 commit 9d452fe

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/ci-chart.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,14 @@ on:
55
branches:
66
- "**"
77
paths-ignore:
8-
- 'docs/**'
8+
- "docs/**"
99
tags:
1010
- "*"
1111
pull_request:
1212
paths-ignore:
13-
- 'docs/**'
13+
- "docs/**"
1414

1515
jobs:
16-
1716
helm-lint:
1817
runs-on: ubuntu-latest
1918
steps:
@@ -24,18 +23,19 @@ jobs:
2423
uses: azure/[email protected]
2524

2625
- name: Lint Chart
27-
run: helm lint .
28-
29-
helm-unitest:
30-
steps:
31-
- name: Checkout
32-
uses: actions/checkout@v4
26+
run: helm lint ./deploy/charts/s3-operator
3327

34-
- name: Install Helm on Runner
35-
uses: azure/[email protected]
28+
# helm-unitest:
29+
# runs-on: ubuntu-latest
30+
# steps:
31+
# - name: Checkout
32+
# uses: actions/checkout@v4
3633

37-
- name: Lint Chart
38-
run: echo "TODO"
34+
# - name: Install Helm on Runner
35+
# uses: azure/[email protected]
36+
37+
# - name: Lint Chart
38+
# run: echo "TODO"
3939

4040
release_helm:
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)