Skip to content

Commit 395089a

Browse files
committed
[ci] Only notify after labeling
1 parent 9f16064 commit 395089a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/compiler_discord_notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: (Compiler) Discord Notify
22

33
on:
44
pull_request_target:
5+
types: [labeled]
56
paths:
67
- compiler/**
78
- .github/workflows/compiler_**.yml

.github/workflows/runtime_discord_notify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: (Runtime) Discord Notify
22

33
on:
44
pull_request_target:
5+
types: [labeled]
56
paths-ignore:
67
- compiler/**
78
- .github/workflows/compiler_**.yml

0 commit comments

Comments
 (0)