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 5efd0c9 commit ed1d406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/levitate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
targets: "@grafana/data,@grafana/ui,@grafana/runtime,@grafana/schema,@grafana/e2e-selectors,@grafana/experimental"
comment-pr: 'yes'
skip-comment-if-compatible: 'no'
fail-if-incompatible: 'no'
fail-if-incompatible: 'yes'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
Levitate is-compatible report:
${{ steps.run-levitate.outputs.is-compatible-stdout }}
- if: ${{ env.fail-if-incompatible == 'yes' }}
- if: env.fail-if-incompatible == 'yes'
run: |
echo "Possible incompatibilities found. Check Levitate output for further information"
exit 1
Expand Down

0 comments on commit ed1d406

Please sign in to comment.