Skip to content

Commit

Permalink
For whatever reason, the merge_group won't trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcweber committed Nov 7, 2023
1 parent 2ab0e8d commit cc169f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testMergeGroup.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: Test merge group

on:
pull_request:
merge_group:
types: [checks_requested]
workflow_call:

jobs:

test-linux:
test-merge-group-linux:
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -39,7 +40,7 @@ jobs:
- name: Collect coverage
uses: codecov/codecov-action@v3

test-windows:
test-merge-group--windows:
runs-on: windows-2022

steps:
Expand Down

0 comments on commit cc169f2

Please sign in to comment.