We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d41ae commit 6c0005aCopy full SHA for 6c0005a
.github/workflows/guided_notebook_tests.yaml
@@ -124,7 +124,7 @@ jobs:
124
${{ env.TEMP_DIR }}/**/*.log
125
126
verify-1_cluster_job_client:
127
- if: ${{ github.event.label.name == 'test-guided-notebooks' }}
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'test-guided-notebooks') }}
128
runs-on: ubuntu-20.04-4core-gpu
129
130
steps:
@@ -246,7 +246,7 @@ jobs:
246
247
248
verify-2_basic_interactive:
249
250
251
252
0 commit comments