Skip to content

Commit

Permalink
Ensure chart builds are triggered when web-app code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 committed Jan 19, 2024
1 parent e0b3944 commit fc3f8e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-push-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fc3f8e6

Please sign in to comment.