Skip to content

Commit

Permalink
simplify if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
lantoli committed Apr 15, 2024
1 parent eb44930 commit 33f8f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-migration-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
filters: |
guides:
- 'website/docs/guides/**'
- if: ${{ steps.changes.outputs.guides == 'false' }}
- if: ${{ !steps.changes.outputs.guides }}
run: echo "No changes detected in guides" && exit 1

0 comments on commit 33f8f79

Please sign in to comment.