Skip to content

Commit

Permalink
Add support for the GitHub merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrobinson committed Aug 3, 2023
1 parent e0f5716 commit 839fbed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [auto]
pull_request:
workflow_dispatch:
merge_group:
types: [checks_requested]


jobs:
linux-ci-static:
Expand Down Expand Up @@ -114,7 +117,7 @@ jobs:
RUST_BACKTRACE: 1

build_result:
name: homu build finished
name: Result
runs-on: ubuntu-latest
needs:
- "linux-ci-static"
Expand Down

0 comments on commit 839fbed

Please sign in to comment.