From 1635bc17fab8e1cd83986b88310856e50711adf7 Mon Sep 17 00:00:00 2001 From: Derek Wang Date: Thu, 18 Jul 2024 00:28:44 +0000 Subject: [PATCH] config ci --- .github/workflows/full-evaluation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/full-evaluation.yml b/.github/workflows/full-evaluation.yml index bc3a857979..4991b0c0e5 100644 --- a/.github/workflows/full-evaluation.yml +++ b/.github/workflows/full-evaluation.yml @@ -38,7 +38,7 @@ jobs: to-fail: ${{ inputs.fail-dev }} evaluate-models: - if: ${{ inputs.provision-and-deploy == false && inputs.deploy-only == false && always() }} + if: ${{ inputs.provision-and-deploy == false && inputs.deploy-only == false && '!cancelled()' }} needs: deploy-azure runs-on: ubuntu-latest strategy: