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 d9c3884 commit 19bed01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-monai-deploy-express.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
continue-on-error: true
run: |
echo "State is: '${{ env.WID }}'" # Output works
if: ${{ env.WID }} == 'false'
if: ${{ env.WID=='false' }}
uses: actions/github-script@v3
with:
script: |
core.setFailed('No workflow ID returned')
if: ${{ env.WID }} =='true'
if: ${{ env.WID=='true' }}
run: echo 'Workflow ID Returned'
- name: Collect Logs
Expand Down

0 comments on commit 19bed01

Please sign in to comment.