From ddc1ebf510123913a365824ff4e1cad477228fdf Mon Sep 17 00:00:00 2001 From: saienduri Date: Tue, 25 Jun 2024 09:52:51 -0700 Subject: [PATCH] further expirimenting on why workflow is not skipping --- .github/workflows/test_iree.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test_iree.yml b/.github/workflows/test_iree.yml index 418c4f88c..6e2f56767 100644 --- a/.github/workflows/test_iree.yml +++ b/.github/workflows/test_iree.yml @@ -164,9 +164,7 @@ jobs: - name: "Running SDXL special model tests" id: special_models_sdxl - if: | - contains(matrix.name, 'rocm') && - ${{ !cancelled() }} + if: contains(matrix.name, 'rocm') run: | source ${VENV_DIR}/bin/activate pytest iree_special_models/sdxl \ @@ -178,9 +176,7 @@ jobs: - name: "Running SD3 special model tests" id: special_models_sd3 - if: | - contains(matrix.name, 'rocm') && - ${{ !cancelled() }} + if: contains(matrix.name, 'rocm') run: | source ${VENV_DIR}/bin/activate pytest iree_special_models/sd3 \