Skip to content

Commit

Permalink
set if to always
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Jul 17, 2024
1 parent 4e9e1b8 commit 0ffa6b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- build-amd
- list-test-files
runs-on: self-hosted
if: success() && (needs.build-intel.result == 'success' || needs.build-amd.result == 'success')
if: always() && (needs.build-intel.result == 'success' || needs.build-amd.result == 'success')
container:
image: ${{ needs.check-vm.outputs.ip }}:5000/modelcloud/gptqmodel:github-ci-v2
strategy:
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
- list-test-files
- check-vm
runs-on: self-hosted
if: success() && (needs.build-intel.result == 'success' || needs.build-amd.result == 'success')
if: always() && (needs.build-intel.result == 'success' || needs.build-amd.result == 'success')
container:
image: ${{ needs.check-vm.outputs.ip }}:5000/modelcloud/gptqmodel:github-ci-v2
strategy:
Expand Down

0 comments on commit 0ffa6b9

Please sign in to comment.