chore: only run e2e tests on pushes (#52612)

pull/52606/head
Oliver Eyton-Williams 2023-12-19 19:19:17 +01:00 committed by GitHub
parent f44e4a6b93
commit b848613aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: CI - E2E - Playwright
on:
workflow_dispatch:
# TODO: refactor with a workflow_call
pull_request:
push:
paths-ignore:
- 'docs/**'
branches:

View File

@ -2,7 +2,7 @@ name: CI - E2E - Web browser
on:
workflow_dispatch:
# TODO: refactor with a workflow_call
pull_request:
push:
paths-ignore:
- 'docs/**'
branches: