Revert "Fix (#5293)" (#5359)

This reverts commit f934dc6f4f.
This commit is contained in:
Omar López
2022-11-03 13:29:14 -07:00
committed by GitHub
parent b0f2ce4818
commit 3f486a9b99
8 changed files with 8 additions and 8 deletions
@@ -5,7 +5,7 @@ name: 'Chromatic'
# Event for the workflow
on:
pull_request: # So we can test on forks
pull_request_target: # So we can test on forks
branches:
- main
paths:
+1 -1
View File
@@ -1,6 +1,6 @@
name: Check types
on:
pull_request:
pull_request_target:
branches:
- main
paths:
+1 -1
View File
@@ -2,7 +2,7 @@ name: E2E App-Store Apps
on:
push:
branches: [fixes/e2e-consolidation] # TODO: Remove this after merged in main
pull_request: # So we can test on forks
pull_request_target: # So we can test on forks
branches:
- main
paths-ignore:
+1 -1
View File
@@ -1,6 +1,6 @@
name: E2E Embed tests and booking flow(for non-embed as well)
on:
pull_request: # So we can test on forks
pull_request_target: # So we can test on forks
branches:
- main
# Embed e2e - tests verify booking flow which is applicable to non-embed case also. So, don't ignore apps/web changes.
+1 -1
View File
@@ -2,7 +2,7 @@ name: E2E test
on:
push:
branches: [fixes/e2e-consolidation] # TODO: Remove this after merged in main
pull_request: # So we can test on forks
pull_request_target: # So we can test on forks
branches:
- main
paths:
+1 -1
View File
@@ -1,6 +1,6 @@
name: "Pull Request Labeler"
on:
- pull_request
- pull_request_target
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
+1 -1
View File
@@ -1,6 +1,6 @@
name: Lint
on:
pull_request:
pull_request_target:
branches:
- main
paths:
+1 -1
View File
@@ -2,7 +2,7 @@ name: Unit tests
on:
push:
branches: [fixes/e2e-consolidation] # TODO: Remove this after merged in main
pull_request: # So we can test on forks
pull_request_target: # So we can test on forks
branches:
- main
paths: