From 1c415b184a303b091165ea93b62e6abe24116b0e Mon Sep 17 00:00:00 2001 From: lanluo-nvidia Date: Sun, 16 Jun 2024 18:21:55 -0700 Subject: [PATCH] test --- .github/workflows/linux-release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-release-artifacts.yml b/.github/workflows/linux-release-artifacts.yml index d755fd16aa..f6f9f5a93c 100644 --- a/.github/workflows/linux-release-artifacts.yml +++ b/.github/workflows/linux-release-artifacts.yml @@ -77,7 +77,7 @@ jobs: container: image: ${{ matrix.container_image }} options: ${{ matrix.gpu_arch_type == 'cuda' && '--gpus all' || ' ' }} - if: ${{ matrix.desired_cuda == '12.1' }} + if: ${{ env.CU_VERSION == '12.1' }} # If a build is taking longer than 60 minutes on these runners we need # to have a conversation timeout-minutes: 60