Skip to content

Commit

Permalink
Avoided draft prs
Browse files Browse the repository at this point in the history
  • Loading branch information
shuhaib-aot committed Nov 13, 2024
1 parent 9372ef6 commit f9ea354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
notify:
runs-on: ubuntu-latest
if: github.event.pull_request.base.repo.full_name == 'AOT-Technologies/forms-flow-ai'
if: ${{ github.event.pull_request.base.repo.full_name == 'AOT-Technologies/forms-flow-ai' && github.event.pull_request.draft == false }}

steps:
- name: Determine PR Status
Expand Down

0 comments on commit f9ea354

Please sign in to comment.