Skip to content

Commit f029f09

Browse files
authored
chore: update pull request notification to ignore draft pull requests (#2872)
1 parent 12d14ad commit f029f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
notify:
99
runs-on: ubuntu-latest
10-
if: ${{ !github.event.draft }}
10+
if: ${{ !github.event.pull_request.draft }}
1111
steps:
1212
- name: Run webhook curl command
1313
env:

0 commit comments

Comments
 (0)