Skip to content

Commit ae67fe4

Browse files
committed
Merge remote-tracking branch 'origin/dev' into feature/provider-updates
2 parents 44ab828 + 385ad22 commit ae67fe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ jobs:
136136
fi
137137
done
138138
if [ "$rc" -ne "0" ]; then
139-
echo "overall anysdk CLI AOT provider analysis failed" 1>&2
140-
exit 1
139+
echo "overall anysdk CLI AOT provider analysis found interesting diagnostics" 1>&2
140+
exit 0
141141
else
142142
echo "overall anysdk CLI AOT provider analysis succeeded" 1>&2
143143
fi

0 commit comments

Comments
 (0)