From b5ccc970f02ff0129c97eba2a04d70ac227d422a Mon Sep 17 00:00:00 2001 From: Nikita Pastukhov Date: Thu, 30 May 2024 21:24:14 +0300 Subject: [PATCH] chore: update tests triggers --- .github/workflows/pr_tests.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/pr_tests.yaml b/.github/workflows/pr_tests.yaml index f90bcb4aea..48f137c63a 100644 --- a/.github/workflows/pr_tests.yaml +++ b/.github/workflows/pr_tests.yaml @@ -1,14 +1,11 @@ name: Run all tests on: - pull_request: - types: - - review_requested + merge_group: pull_request: types: - opened - synchronize - - review_requested paths: - faststream/** - tests/**