Skip to content

Only run CI e2e tests on approved PRs #3

Only run CI e2e tests on approved PRs

Only run CI e2e tests on approved PRs #3

Workflow file for this run

name: Lexical Tests (Extended)
on:
pull_request:
types: [labeled, synchronize]
paths-ignore:
- 'packages/lexical-website/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
e2e-tests:
if: github.repository_owner == 'facebook' && contains(github.event.pull_request.labels.*.name, 'approved')
uses: ./.github/workflows/call-e2e-all-tests.yml