Set CI to run the same in the merge queue as it does in CI (#6249)

This commit is contained in:
James Brunton
2026-04-28 14:13:55 +01:00
committed by GitHub
parent 8daee7303d
commit 5116e6ec43
6 changed files with 15 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ on:
push:
branches: [main]
pull_request:
merge_group:
branches: [main]
permissions:
contents: read

View File

@@ -19,6 +19,8 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
merge_group:
branches: ["main"]
schedule:
- cron: "0 4 * * *"
workflow_dispatch:

View File

@@ -3,6 +3,8 @@ name: Build and Test Workflow
on:
pull_request:
branches: ["main"]
merge_group:
branches: ["main"]
workflow_dispatch:
# cancel in-progress jobs if a new job is triggered

View File

@@ -7,7 +7,9 @@
#
# Source repository: https://github.com/actions/dependency-review-action
name: "Dependency Review"
on: [pull_request]
on:
pull_request:
merge_group:
permissions:
contents: read

View File

@@ -7,6 +7,9 @@ on:
pull_request:
branches:
- main
merge_group:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref_name || github.ref }}

View File

@@ -5,6 +5,9 @@ on:
pull_request:
branches:
- main
merge_group:
branches:
- main
permissions:
contents: read