Skip to content

Commit

Permalink
fix(ci): always run IT suite when in a merge group
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Feb 5, 2025
1 parent ff77761 commit 109247a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:

jobs:
changes:
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' || github.event_name == 'merge_group'
uses: ./.github/workflows/changes.yml
with:
base_ref: ${{ github.event.pull_request.base.ref }}
Expand Down

0 comments on commit 109247a

Please sign in to comment.