prepare CI for merge queues (#4576)

This commit is contained in:
Cenk Kücük 2024-09-12 16:05:34 +01:00 committed by GitHub
parent ef57502854
commit 606248d2af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: All checks pass
on:
pull_request:
merge_group:
jobs:
enforce-all-checks:

View File

@ -4,6 +4,7 @@ on:
pull_request:
push:
branches: [ master ]
merge_group:
jobs:
codespell:

View File

@ -4,6 +4,7 @@ on:
pull_request:
push:
branches: [master, stable]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

@ -4,6 +4,7 @@ on:
push:
branches: [master, stable]
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}