Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 121fce7

Browse files
authored
Enable running tests & release artifacts on merge queue. (#15244)
1 parent 63d87c0 commit 121fce7

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/release-artifacts.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ name: Build release artifacts
44

55
on:
66
# we build on PRs and develop to (hopefully) get early warning
7-
# of things breaking (but only build one set of debs)
7+
# of things breaking (but only build one set of debs). PRs skip
8+
# building wheels on macOS & ARM.
89
pull_request:
910
push:
1011
branches: ["develop", "release-*"]
1112

1213
# we do the full build on tags.
1314
tags: ["v*"]
15+
merge_group:
1416
workflow_dispatch:
1517

1618
concurrency:

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: ["develop", "release-*"]
66
pull_request:
7+
merge_group:
78
workflow_dispatch:
89

910
concurrency:

changelog.d/15244.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Configure GitHub Actions for merge queues.

0 commit comments

Comments
 (0)