.github: run test workflows on merge_group
Make sure they work with merge queues.
This commit is contained in:
parent
2b37ee998e
commit
c29cee781f
3 changed files with 3 additions and 0 deletions
1
.github/workflows/dev-checks.yml
vendored
1
.github/workflows/dev-checks.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
|||
branches: [ "main" ]
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
dev-check:
|
||||
|
|
|
|||
1
.github/workflows/playwright.yml
vendored
1
.github/workflows/playwright.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
pull_request:
|
||||
types: [opened, reopened, synchronize, labeled, unlabeled]
|
||||
workflow_dispatch:
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
playwright-tests:
|
||||
|
|
|
|||
1
.github/workflows/pr_best_practices.yml
vendored
1
.github/workflows/pr_best_practices.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
types: [opened, synchronize, reopened, edited]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
merge_group:
|
||||
|
||||
jobs:
|
||||
pr-best-practices:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue