Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahejkm committed May 16, 2024
1 parent d5a56d3 commit 9502cef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests-extended.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Lexical Tests (Extended)

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

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

0 comments on commit 9502cef

Please sign in to comment.