From b1899e1628888e9740624b2fb14b82094045a734 Mon Sep 17 00:00:00 2001 From: Eirikur Jonsson Date: Fri, 12 Dec 2025 11:46:43 +0000 Subject: [PATCH] fix condition --- azure/azure_style.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/azure_style.yaml b/azure/azure_style.yaml index 5adc7ef..7bbd391 100644 --- a/azure/azure_style.yaml +++ b/azure/azure_style.yaml @@ -203,6 +203,6 @@ jobs: set -e docker exec app /bin/bash -c ". ${{ variables.BASHRC }} && cd ${{ variables.DOCKER_WORKING_DIR }} && mypy" displayName: Run mypy - condition: and(succeeded()) + condition: succeeded()