Skip to content

Commit 2d9beae

Browse files
committed
fix CI
1 parent d2ede25 commit 2d9beae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/_helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88

99
jobs:
1010
package-helm-charts:
11-
name: Package and Push Helm Chart
11+
name: Helm Chart
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
uses: ./.github/workflows/_tox.yml
1414
with:
15-
tox: pre-commit,type-checking
15+
tox: pre-commit
1616

1717
container:
1818
needs: helm
@@ -34,7 +34,7 @@ jobs:
3434
packages: write
3535

3636
release:
37-
needs: [container, docs, helm]
37+
needs: [container, docs, helm, lint]
3838
if: github.ref_type == 'tag'
3939
uses: ./.github/workflows/_release.yml
4040
permissions:

Charts/dev-c7/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: dls-c7
2+
name: dev-c7
33
description: A Helm chart legacy DLS IOCs
44

55
type: application

0 commit comments

Comments
 (0)