We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d14ad commit f029f09Copy full SHA for f029f09
.github/workflows/notify_pull_request.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
notify:
9
runs-on: ubuntu-latest
10
- if: ${{ !github.event.draft }}
+ if: ${{ !github.event.pull_request.draft }}
11
steps:
12
- name: Run webhook curl command
13
env:
0 commit comments