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

This commit is contained in:
Oliver Eyton-Williams
2023-12-19 19:19:17 +01:00
committed by GitHub
parent f44e4a6b93
commit b848613aa3
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: