Skip to content

Commit

Permalink
chore: update pull request notification to ignore draft pull requests (
Browse files Browse the repository at this point in the history
  • Loading branch information
phantumcode authored Jul 30, 2024
1 parent 12d14ad commit f029f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
notify:
runs-on: ubuntu-latest
if: ${{ !github.event.draft }}
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Run webhook curl command
env:
Expand Down

0 comments on commit f029f09

Please sign in to comment.