Skip to content

Commit ac909ea

Browse files
committed
test: notebooks
1 parent bbb45f9 commit ac909ea

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/additional_demo_notebook_tests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: Additional demo notebooks tests
22

33
on:
44
pull_request:
5-
types: [ labeled ]
5+
branches: [ main ]
6+
types: [ labeled, synchronize ]
67
workflow_dispatch:
78

89
concurrency:
@@ -15,7 +16,7 @@ env:
1516

1617
jobs:
1718
verify-local_interactive:
18-
if: ${{ github.event.label.name == 'test-additional-notebooks' }}
19+
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-additional-notebooks') }}
1920
runs-on: ubuntu-latest
2021

2122
steps:
@@ -39,7 +40,7 @@ jobs:
3940
echo "=============================================================================="
4041
4142
verify-ray_job_client:
42-
if: ${{ github.event.label.name == 'test-additional-notebooks' }}
43+
if: ${{ contains(github.event.pull_request.labels.*.name, 'test-additional-notebooks') }}
4344
runs-on: ubuntu-latest
4445

4546
steps:

.github/workflows/guided_notebook_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Guided notebooks tests
33
on:
44
pull_request:
55
branches: [ main ]
6-
types: [ labeled ]
6+
types: [ labeled, synchronize ]
77

88
concurrency:
99
group: ${{ github.head_ref }}-${{ github.workflow }}

.github/workflows/ui_notebooks_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: UI notebooks tests
33
on:
44
pull_request:
55
branches: [ main ]
6-
types: [ labeled ]
6+
types: [ labeled, synchronize ]
77

88
concurrency:
99
group: ${{ github.head_ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)