Skip to content

Commit

Permalink
Update test-monai-deploy-express.yml
Browse files Browse the repository at this point in the history
Signed-off-by: JHancox <[email protected]>
  • Loading branch information
JHancox authored Jun 4, 2024
1 parent 82c60ee commit 3cf13a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
echo "WorkflowID Present"
fi
- name: A/B Check
if: ${{ env.WID }} !='true'
run: |
echo "::error file={''},line={''},endLine={''},title={'Job Failed'}::{'No WorkflowID retured'}"
exit 1
- name: Test WorkflowID
continue-on-error: true
run: |
Expand Down

0 comments on commit 3cf13a4

Please sign in to comment.