Skip to content

Commit 02813fb

Browse files
Add workflow types to trigger on label or push events
1 parent 831584a commit 02813fb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/dependabot-labeler.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Dependabot Labeler
44

55
on:
66
pull_request:
7+
types: [ labeled, synchronize, opened, reopened ]
78

89
jobs:
910
add-approve-lgtm-label:

.github/workflows/e2e_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: e2e
22

33
on:
44
pull_request:
5+
types: [ labeled, synchronize, opened, reopened ]
56
branches:
67
- main
78
- 'release-*'

.github/workflows/guided_notebook_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Guided notebooks tests
22

33
on:
44
pull_request:
5+
types: [ labeled, synchronize, opened, reopened ]
56

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

.github/workflows/ui_notebooks_test.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: UI notebooks tests
22

33
on:
44
pull_request:
5+
types: [ labeled, synchronize, opened, reopened ]
56

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

0 commit comments

Comments
 (0)