Skip to content

Commit d607195

Browse files
Run workflow on labeling a pull request
1 parent 28ef138 commit d607195

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/guided_notebook_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Guided notebooks tests
33
on:
44
pull_request:
55
branches: [ main ]
6+
types: [ labeled ]
67

78
concurrency:
89
group: ${{ github.head_ref }}-${{ github.workflow }}

.github/workflows/ui_notebooks_test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: UI notebooks tests
33
on:
44
pull_request:
55
branches: [ main ]
6+
types: [ labeled ]
67

78
concurrency:
89
group: ${{ github.head_ref }}-${{ github.workflow }}

0 commit comments

Comments
 (0)