Co-authored-by: Alex van Andel <me@alexvanandel.com>
pull/5302/head
Hariom Balhara 2022-10-31 19:28:47 +05:30 committed by GitHub
parent dd9d32815a
commit f934dc6f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -5,7 +5,7 @@ name: 'Chromatic'
# Event for the workflow
on:
pull_request_target: # So we can test on forks
pull_request: # So we can test on forks
branches:
- main
paths:

View File

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

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_target: # So we can test on forks
pull_request: # So we can test on forks
branches:
- main
paths-ignore:

View File

@ -1,6 +1,6 @@
name: E2E Embed tests and booking flow(for non-embed as well)
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

@ -2,7 +2,7 @@ name: E2E test
on:
push:
branches: [fixes/e2e-consolidation] # TODO: Remove this after merged in main
pull_request_target: # So we can test on forks
pull_request: # So we can test on forks
branches:
- main
paths:

View File

@ -1,6 +1,6 @@
name: "Pull Request Labeler"
on:
- pull_request_target
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

View File

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

View File

@ -2,7 +2,7 @@ name: Unit tests
on:
push:
branches: [fixes/e2e-consolidation] # TODO: Remove this after merged in main
pull_request_target: # So we can test on forks
pull_request: # So we can test on forks
branches:
- main
paths: