Skip to content

Commit

Permalink
fix(cicd): remove unused job
Browse files Browse the repository at this point in the history
Signed-off-by: WoodenMaiden <[email protected]>
  • Loading branch information
WoodenMaiden committed Apr 3, 2024
1 parent 869c904 commit 7574a34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Empty file modified .github/actions/chart-releaser-action/cr.sh
100644 → 100755
Empty file.
4 changes: 0 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ on:
- v[0-9]+.[0-9]+.[0-9]+

jobs:
test_helm:
uses: ./.github/workflows/test_helm_chart.yaml

publish_helm:
needs: test_helm
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 7574a34

Please sign in to comment.