Skip to content

Commit 6c0005a

Browse files
Update conditional statements in guided_notebook_tests.yaml
1 parent 47d41ae commit 6c0005a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/guided_notebook_tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
${{ env.TEMP_DIR }}/**/*.log
125125
126126
verify-1_cluster_job_client:
127-
if: ${{ github.event.label.name == 'test-guided-notebooks' }}
127+
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
128128
runs-on: ubuntu-20.04-4core-gpu
129129

130130
steps:
@@ -246,7 +246,7 @@ jobs:
246246
${{ env.TEMP_DIR }}/**/*.log
247247
248248
verify-2_basic_interactive:
249-
if: ${{ github.event.label.name == 'test-guided-notebooks' }}
249+
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
250250
runs-on: ubuntu-20.04-4core-gpu
251251

252252
steps:

0 commit comments

Comments
 (0)