chore: disable CI on PRs (#52610)

This commit is contained in:
Oliver Eyton-Williams
2023-12-19 17:21:53 +01:00
committed by GitHub
parent 9fcd4f5c16
commit 3719e1129e
3 changed files with 0 additions and 20 deletions
-4
View File
@@ -1,10 +1,6 @@
name: CI - E2E - Playwright
on:
workflow_dispatch:
workflow_run:
workflows: ['CI - Node.js']
types:
- completed
# TODO: refactor with a workflow_call
pull_request:
paths-ignore:
-4
View File
@@ -1,10 +1,6 @@
name: CI - E2E - Web browser
on:
workflow_dispatch:
workflow_run:
workflows: ['CI - Node.js']
types:
- completed
# TODO: refactor with a workflow_call
pull_request:
paths-ignore:
@@ -3,18 +3,6 @@
name: CI - E2E - Containers
on:
workflow_dispatch:
workflow_run:
workflows: ['CI - Node.js']
types:
- completed
# TODO: refactor with a workflow_call
pull_request:
paths-ignore:
- 'docs/**'
branches:
- 'main'
- 'next-**'
- 'e2e-**'
jobs:
build-client: