This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Update README with project status and modify banner link color #50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Lexical Tests | |
| on: | |
| push: | |
| branches: | |
| - main | |
| paths-ignore: | |
| - 'examples/**' | |
| - 'packages/lexical-website/**' | |
| pull_request: | |
| types: [opened, synchronize, reopened] | |
| merge_group: | |
| concurrency: | |
| group: ${{ github.workflow }}-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| core-tests: | |
| uses: ./.github/workflows/call-core-tests.yml | |
| e2e-tests: | |
| if: github.repository_owner == 'facebook' | |
| uses: ./.github/workflows/call-e2e-canary-tests.yml |