Skip to content

Commit e5e90ec

Browse files
author
Anna Jung (VMware)
committed
Update trigger types
Signed-off-by: Anna Jung (VMware) <[email protected]>
1 parent c9d444a commit e5e90ec

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/e2e_test.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ on:
66
- apps/**
77
- common/**
88
types:
9+
- opened
910
- labeled
11+
- unlabeled
12+
- synchronize
13+
- reopened
1014

1115
jobs:
1216
e2e:

.github/workflows/e2e_test_require_label_check.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- labeled
1111
- unlabeled
1212
- synchronize
13+
- reopened
1314

1415
jobs:
1516
require_label_check:

0 commit comments

Comments
 (0)