Skip to content

Commit

Permalink
further expirimenting on why workflow is not skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri committed Jun 25, 2024
1 parent 43953c0 commit ddc1ebf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_iree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down

0 comments on commit ddc1ebf

Please sign in to comment.