Skip to content

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: CI
22

33
on:
44
pull_request:
5-
push:
6-
branches:
7-
- staging
8-
- trying
5+
merge_group:
96

107
jobs:
118
check:
@@ -51,13 +48,3 @@ jobs:
5148
toolchain: stable
5249
components: rustfmt
5350
- run: cargo fmt --check
54-
55-
# https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
56-
end-success:
57-
name: bors build finished
58-
if: success()
59-
runs-on: ubuntu-latest
60-
needs: [check, test]
61-
steps:
62-
- name: Mark the job as successful
63-
run: exit 0

0 commit comments

Comments
 (0)