diff --git a/.github/workflows/guided_notebook_tests.yaml b/.github/workflows/guided_notebook_tests.yaml index 466c81aa5..7a77d5a3f 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: