From 3b131da77f9814a7beb96b88e74b406fe211faff Mon Sep 17 00:00:00 2001 From: ChristianZaccaria Date: Tue, 29 Oct 2024 09:12:15 +0000 Subject: [PATCH] Update conditional statements in guided_notebook_tests.yaml --- .github/workflows/guided_notebook_tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/guided_notebook_tests.yaml b/.github/workflows/guided_notebook_tests.yaml index 466c81aa..7a77d5a3 100644 --- a/.github/workflows/guided_notebook_tests.yaml +++ b/.github/workflows/guided_notebook_tests.yaml @@ -124,7 +124,7 @@ jobs: ${{ env.TEMP_DIR }}/**/*.log verify-1_cluster_job_client: - if: ${{ github.event.label.name == 'test-guided-notebooks' }} + if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }} runs-on: ubuntu-20.04-4core-gpu steps: @@ -246,7 +246,7 @@ jobs: ${{ env.TEMP_DIR }}/**/*.log verify-2_basic_interactive: - if: ${{ github.event.label.name == 'test-guided-notebooks' }} + if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }} runs-on: ubuntu-20.04-4core-gpu steps: