From 7967c6e46b405657b165100fec0aafde4e630540 Mon Sep 17 00:00:00 2001 From: zomars Date: Wed, 6 Jul 2022 11:31:34 -0600 Subject: [PATCH] updates GH workflow --- .github/workflows/check-types.yml | 2 +- .github/workflows/e2e-embed.yml | 2 +- .github/workflows/e2e.yml | 6 +++--- .github/workflows/lint.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check-types.yml b/.github/workflows/check-types.yml index 1ef2e1819f..6147355fce 100644 --- a/.github/workflows/check-types.yml +++ b/.github/workflows/check-types.yml @@ -1,6 +1,6 @@ name: Check types on: - pull_request_target: + pull_request: branches: - main paths: diff --git a/.github/workflows/e2e-embed.yml b/.github/workflows/e2e-embed.yml index 3a3a8f7775..5cc930ee21 100644 --- a/.github/workflows/e2e-embed.yml +++ b/.github/workflows/e2e-embed.yml @@ -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. diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 601d1e4933..2549566f98 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c4368e667a..c2310c11ca 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ name: Lint on: - pull_request_target: + pull_request: branches: - main paths: