Skip to content

Commit

Permalink
[ci] Only notify after labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
poteto committed Jan 16, 2025
1 parent 9f16064 commit 395089a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compiler_discord_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: (Compiler) Discord Notify

on:
pull_request_target:
types: [labeled]
paths:
- compiler/**
- .github/workflows/compiler_**.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/runtime_discord_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: (Runtime) Discord Notify

on:
pull_request_target:
types: [labeled]
paths-ignore:
- compiler/**
- .github/workflows/compiler_**.yml
Expand Down

0 comments on commit 395089a

Please sign in to comment.