feat: re-enable all ci (#52640)

This commit is contained in:
Naomi Carrigan
2023-12-20 07:06:20 -08:00
committed by GitHub
parent e7eb6c5956
commit 239095689c
12 changed files with 128 additions and 87 deletions
+5 -1
View File
@@ -1,8 +1,12 @@
name: CI - E2E - Playwright
on:
workflow_dispatch:
workflow_run:
workflows: ['CI - Node.js']
types:
- completed
# TODO: refactor with a workflow_call
push:
pull_request:
paths-ignore:
- 'docs/**'
branches:
+5 -1
View File
@@ -1,8 +1,12 @@
name: CI - E2E - Web browser
on:
workflow_dispatch:
workflow_run:
workflows: ['CI - Node.js']
types:
- completed
# TODO: refactor with a workflow_call
push:
pull_request:
paths-ignore:
- 'docs/**'
branches:
@@ -3,6 +3,18 @@
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: