Skip to content

Commit 55fd9d7

Browse files
authored
Fix merge queue config (modelcontextprotocol#38)
1 parent 2e9c285 commit 55fd9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ name: Validate PR
44
on:
55
workflow_dispatch:
66
pull_request:
7+
types: [enqueued]
78

89
jobs:
910
validate-pr:
10-
if: ${{ github.event_name != 'pull_request' }} # see the link above
1111
runs-on: ubuntu-latest
1212
name: Build
1313
steps:

0 commit comments

Comments
 (0)