Skip to content

Commit

Permalink
Run Helm CI only when change is detected
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Apr 5, 2024
1 parent c08f254 commit 2de9c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
test:
name: Test
if: needs.prepare.outputs.changed
if: needs.prepare.outputs.changed == 'true'
needs:
- prepare
uses: ./.github/workflows/test.yml
Expand Down

0 comments on commit 2de9c51

Please sign in to comment.