From 1995a9b1db9745381647cb3d8b877c801773f426 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Wed, 23 Oct 2024 10:33:54 -0400 Subject: [PATCH] remove merge group condition --- .github/workflows/regression_v2.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/regression_v2.yml b/.github/workflows/regression_v2.yml index 4737523d76078..0e2128f60cd7b 100644 --- a/.github/workflows/regression_v2.yml +++ b/.github/workflows/regression_v2.yml @@ -152,7 +152,6 @@ jobs: # wouldn't likely introduce regressions. - name: Determine if should not run due to irrelevant file changes id: filter - if: github.event_name == 'merge_group' env: ALL: ${{ steps.changes.outputs.all_changed_files }} IGNORE: ${{ steps.changes.outputs.ignore_files }}