Skip to content

Commit

Permalink
add if clause to run installation only if we have a changed chart
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Jan 10, 2025
1 parent bf9e9c8 commit 0adca96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chart-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
installation:
needs: detect-changed-charts
runs-on: ubuntu-22.04
if: ${{ needs.detect-changed-charts.outputs.matrix != '[]' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 0adca96

Please sign in to comment.