Skip to content

Commit

Permalink
ci: Fix levitate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu committed Apr 30, 2024
1 parent bd47f9e commit e1abf4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/levitate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
Levitate is-compatible report:
${{ steps.run-levitate.outputs.is-compatible-stdout }}
- if: inputs.fail-if-incompatible == 'yes' && steps.run-levitate.outputs.is-compatible-exit-code == 1
- if: env.fail-if-incompatible == 'yes' && steps.run-levitate.outputs.is-compatible-exit-code == 1
run: |
echo "Possible incompatibilities found. Check Levitate output for further information"
exit 1
Expand Down

0 comments on commit e1abf4e

Please sign in to comment.