diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index bdd4b5bd1..51a5d1031 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -19,6 +19,7 @@ jobs: test: timeout-minutes: 60 runs-on: ubuntu-latest + if: github.event.pull_request.draft == false steps: - name: Clone repository uses: actions/checkout@v4