From fc506756e843af05858b0c0fececc6177109f7af Mon Sep 17 00:00:00 2001 From: ydshieh Date: Thu, 21 Mar 2024 14:38:08 +0100 Subject: [PATCH] try --- .github/workflows/self-scheduled.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/self-scheduled.yml b/.github/workflows/self-scheduled.yml index 5f1abb29aa89f1..3a1d1faa2b2768 100644 --- a/.github/workflows/self-scheduled.yml +++ b/.github/workflows/self-scheduled.yml @@ -33,7 +33,7 @@ env: jobs: setup: - if: ${{ inputs.job }} == 'run_tests_gpu' + if: ${{ inputs.job == 'run_tests_gpu' }} name: Setup strategy: matrix: @@ -74,7 +74,7 @@ jobs: nvidia-smi run_tests_gpu: - if: ${{ inputs.job }} == 'run_tests_gpu' + if: ${{ inputs.job == 'run_tests_gpu' }} name: " " needs: setup strategy: @@ -302,7 +302,7 @@ jobs: # path: /workspace/transformers/reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu run_tests_quantization_torch_gpu: - if: ${{ inputs.job }} == 'run_tests_quantization_torch_gpu' + if: ${{ inputs.job == 'run_tests_quantization_torch_gpu' }} name: Quantization tests strategy: fail-fast: false