mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-16 06:53:50 -05:00
Enable running tests & release artifacts on merge queue. (#15244)
This commit is contained in:
parent
63d87c08c8
commit
121fce7500
3 changed files with 5 additions and 1 deletions
4
.github/workflows/release-artifacts.yml
vendored
4
.github/workflows/release-artifacts.yml
vendored
|
|
@ -4,13 +4,15 @@ name: Build release artifacts
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# we build on PRs and develop to (hopefully) get early warning
|
# we build on PRs and develop to (hopefully) get early warning
|
||||||
# of things breaking (but only build one set of debs)
|
# of things breaking (but only build one set of debs). PRs skip
|
||||||
|
# building wheels on macOS & ARM.
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches: ["develop", "release-*"]
|
branches: ["develop", "release-*"]
|
||||||
|
|
||||||
# we do the full build on tags.
|
# we do the full build on tags.
|
||||||
tags: ["v*"]
|
tags: ["v*"]
|
||||||
|
merge_group:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: ["develop", "release-*"]
|
branches: ["develop", "release-*"]
|
||||||
pull_request:
|
pull_request:
|
||||||
|
merge_group:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
1
changelog.d/15244.misc
Normal file
1
changelog.d/15244.misc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Configure GitHub Actions for merge queues.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue