Skip to content

Commit 199a8d8

Browse files
committed
enable github merge queue.
1 parent 4d0f2e2 commit 199a8d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches: [main]
55
push:
66
branches: [staging, trying]
7+
workflow_dispatch:
78

89
env:
910
CARGO_TERM_COLOR: always
@@ -338,8 +339,6 @@ jobs:
338339
- name: Run cargo
339340
run: cargo run
340341

341-
342-
343342
# Refs: https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
344343
#
345344
# ALL THE PREVIOUS JOBS NEEDS TO BE ADDED TO THE `needs` SECTION OF THIS JOB!

0 commit comments

Comments
 (0)