We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc1d9f commit 205ddb4Copy full SHA for 205ddb4
1 file changed
.github/workflows/playwright.yml
@@ -22,6 +22,8 @@ permissions:
22
23
jobs:
24
playwright:
25
+ # We want to skip on Dependabot PRs
26
+ if: startsWith(github.event.pull_request.head.ref, 'dependabot/') == false
27
name: Playwright Tests
28
runs-on: ubuntu-latest
29
0 commit comments