Skip to content

Commit

Permalink
build: helm-chart parallel to build-images
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Sep 27, 2023
1 parent 1bf9c61 commit 2a704e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
name: "Test Helm Charts"
runs-on: ubuntu-latest
needs:
- build-images
- audit
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
name: "Release Helm Chart"
runs-on: ubuntu-latest
needs:
- audit
- test-helm-charts
if: github.ref == 'refs/heads/main'

permissions:
Expand Down

0 comments on commit 2a704e1

Please sign in to comment.