Restores old CI config

This commit is contained in:
zomars 2022-07-14 15:47:05 -06:00
parent bf2843c17e
commit 9162d90504
4 changed files with 3 additions and 7 deletions

View File

@ -1,6 +1,6 @@
name: Check types
on:
pull_request:
pull_request_target:
branches:
- main
paths:

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.

View File

@ -1,6 +1,6 @@
name: E2E test
on:
pull_request: # So we can test on forks
pull_request_target: # So we can test on forks
branches:
- main
paths:

View File

@ -1,9 +1,5 @@
name: Lint
on:
push:
paths:
- "**.tsx?"
- "**.jsx?"
pull_request_target:
branches:
- main