Skip to content

Commit

Permalink
kind testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hoeft committed Feb 12, 2024
1 parent 9dd2922 commit 43b16b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,8 @@ jobs:
needs.kubeval-chart.result == 'failure' ||
needs.kubeval-chart.result == 'cancelled'
run: exit 1
- name: Fail for failed or cancelled install-chart
if: |
needs.install-chart.result == 'failure' ||
needs.install-chart.result == 'cancelled'
run: exit 1

0 comments on commit 43b16b3

Please sign in to comment.