Skip to content

Commit

Permalink
recover
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
  • Loading branch information
LiZhenCheng9527 committed Jan 16, 2024
1 parent e6e43fa commit c4c4ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
# if restricted > 0, CI will report an error.
run: |
result=$(make lint-licenses | awk '{print $7}')
if [ $result -eq 0 ]; then
if [ $result -gt 0 ]; then
exit 1
fi
test:
Expand Down

0 comments on commit c4c4ff8

Please sign in to comment.