Skip to content

Commit

Permalink
fix: keep results pending
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed Mar 25, 2021
1 parent 17e8868 commit 964c847
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wiby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ jobs:
if [ ${WIBY_RESULT_CODE} -eq 64 ]; then
echo "`wiby` exited with code 64 - results are still pending"
exit
else
echo "::set-output name=wiby_conclusion::failure"
exit $WIBY_RESULT_CODE
Expand Down

0 comments on commit 964c847

Please sign in to comment.