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

Commit

Permalink
Enable running tests & release artifacts on merge queue. (#15244)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Mar 15, 2023
1 parent 63d87c0 commit 121fce7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ name: Build release artifacts

on:
# 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:
push:
branches: ["develop", "release-*"]

# we do the full build on tags.
tags: ["v*"]
merge_group:
workflow_dispatch:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: ["develop", "release-*"]
pull_request:
merge_group:
workflow_dispatch:

concurrency:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/15244.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Configure GitHub Actions for merge queues.

0 comments on commit 121fce7

Please sign in to comment.