diff --git a/.github/workflows/pr_tasks_check.yml b/.github/workflows/pr_tasks_check.yml index fe96466329..81b2350bc9 100644 --- a/.github/workflows/pr_tasks_check.yml +++ b/.github/workflows/pr_tasks_check.yml @@ -13,6 +13,7 @@ jobs: pr_tasks_check: name: All PR checkboxes marked completed runs-on: ubuntu-latest + if: github.event.pull_request.draft == false steps: - uses: actions/checkout@v4