Skip to content

Commit 9ec69d2

Browse files
wangyb-AAlex Wang
andauthored
chore: update trigger condition (#199)
Co-authored-by: Alex Wang <wangyb@amazon.com>
1 parent 8bc2b3e commit 9ec69d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notify_slack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Slack Notifications
22

33
on:
44
issues:
5-
types: [opened, reopened, edited]
5+
types: [opened, reopened]
66
pull_request_target:
7-
types: [opened, reopened, synchronize]
7+
types: [opened, reopened]
88

99
permissions: {}
1010

0 commit comments

Comments
 (0)