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: on:
pull_request: pull_request:
merge_group:
jobs: jobs:
enforce-all-checks: enforce-all-checks:

View File

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

View File

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

View File

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