Don't run code review bot on draft PR (#150280)

This commit is contained in:
Logan Ramos
2022-05-24 10:19:03 -04:00
committed by GitHub
parent ffb503f65a
commit d097ca3f0c

View File

@@ -6,6 +6,7 @@ on:
jobs:
main:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.draft }}
steps:
- name: Checkout Actions
uses: actions/checkout@v2