updates GH workflow

This commit is contained in:
zomars 2022-07-06 11:31:34 -06:00
parent 8d96b79a5b
commit 7967c6e46b
4 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,6 +1,6 @@
name: E2E tests Embed
on:
pull_request_target: # So we can test on forks
pull_request: # 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,11 +1,11 @@
name: E2E test
on:
pull_request_target: # So we can test on forks
pull_request: # So we can test on forks
branches:
- main
paths:
- /apps/web/**
- /packages/**
- /apps/web/**/*
- /packages/**/*
jobs:
e2e:
timeout-minutes: 20

View File

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