[Lexical] Fix size limit workflow git hub action bot not able to create comment for PRs from fork #94
This file contains 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 (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, 'extended-tests') | |
uses: ./.github/workflows/call-e2e-all-tests.yml |