diff --git a/.github/workflows/build-push-artifacts.yml b/.github/workflows/build-push-artifacts.yml index 4bbbebd..95a707f 100644 --- a/.github/workflows/build-push-artifacts.yml +++ b/.github/workflows/build-push-artifacts.yml @@ -77,9 +77,8 @@ jobs: build_push_chart: name: Build and push Helm chart runs-on: ubuntu-latest - # Only build and push the chart if the images built successfully - # and if chart files have changed - needs: [changes, build_push_images] + # Only build and push the chart if chart files have changed + needs: [changes] if: ${{ needs.changes.outputs.chart == 'true' }} steps: - name: Check out the repository