Skip to content

Commit

Permalink
[INTPLAT-182] Accept Merge Group events to trigger the required CI ch…
Browse files Browse the repository at this point in the history
…eck (#2503)
  • Loading branch information
nmuesch authored Oct 9, 2024
1 parent ffc2ae5 commit 39b4557
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
branches:
- master
merge_group:
types: [checks_requested]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref }}
Expand Down

0 comments on commit 39b4557

Please sign in to comment.