Skip to content

Commit

Permalink
[Lexical] #6097 run extended tests on merge_group event (#6100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahejkm authored May 14, 2024
1 parent 267382e commit 563b63c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests-extended.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Lexical Tests (Extended)

on:
merge_group:
pull_request:
types: [labeled, synchronize]
paths-ignore:
Expand All @@ -12,5 +13,5 @@ concurrency:

jobs:
e2e-tests:
if: github.repository_owner == 'facebook' && contains(github.event.pull_request.labels.*.name, 'extended-tests')
if: (github.repository_owner == 'facebook' && contains(github.event.pull_request.labels.*.name, 'extended-tests')) || github.event_name == 'merge_group'
uses: ./.github/workflows/call-e2e-all-tests.yml

0 comments on commit 563b63c

Please sign in to comment.