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 }}