diff --git a/.github/workflows/write-manifest.yaml b/.github/workflows/write-manifest.yaml index 26ba3f8c..dd903ab4 100644 --- a/.github/workflows/write-manifest.yaml +++ b/.github/workflows/write-manifest.yaml @@ -4,12 +4,13 @@ name: write-manifest on: pull_request: branches: [dev] - types: [ready_for_review] + types: [review_requested] workflow_dispatch: jobs: write-manifest: + if: ${{ !github.event.pull_request.draft }} runs-on: ubuntu-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}