Skip to content

Commit 0549c51

Browse files
authored
Fix merge queue config (#38)
1 parent de5ef44 commit 0549c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-pr.yml

Lines changed: 1 addition & 1 deletion
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)