From a3f68aa6235eb8f766e918dca08c806fae2de476 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Wed, 11 Dec 2024 17:55:04 -0800 Subject: [PATCH] fix test skip condition --- .github/workflows/gh-build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-build-and-test.yml b/.github/workflows/gh-build-and-test.yml index 7a22d295..6b4a4c48 100644 --- a/.github/workflows/gh-build-and-test.yml +++ b/.github/workflows/gh-build-and-test.yml @@ -76,9 +76,9 @@ jobs: test: # TODO: improve the name once a separate test matrix is defined name: Test (CUDA ${{ inputs.cuda-version }}) - # TODO: enable testing once linux-aarch64 & win-64 GPU runners are up + # TODO: enable testing once win-64 GPU runners are up if: ${{ (github.repository_owner == 'nvidia') && - startsWith(inputs.host-platform, 'linux-x64') }} + startsWith(inputs.host-platform, 'linux') }} permissions: id-token: write # This is required for configure-aws-credentials contents: read # This is required for actions/checkout