Skip to content

Commit 7574a34

Browse files
committed
fix(cicd): remove unused job
Signed-off-by: WoodenMaiden <yann.pomie@laposte.net>
1 parent 869c904 commit 7574a34

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/actions/chart-releaser-action/cr.sh

100644100755
File mode changed.

.github/workflows/cicd.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ on:
66
- v[0-9]+.[0-9]+.[0-9]+
77

88
jobs:
9-
test_helm:
10-
uses: ./.github/workflows/test_helm_chart.yaml
11-
129
publish_helm:
13-
needs: test_helm
1410
runs-on: ubuntu-latest
1511
steps:
1612
- name: Checkout

0 commit comments

Comments
 (0)