diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c9ef1865e2000..ef1ac8b72319a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,6 +22,8 @@ permissions: jobs: playwright: + # We want to skip on Dependabot PRs + if: startsWith(github.event.pull_request.head.ref, 'dependabot/') == false name: Playwright Tests runs-on: ubuntu-latest