Skip to content

Commit

Permalink
Configure CI for merge_queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswrenn committed Oct 2, 2023
1 parent f027c36 commit d78794e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: CI

on:
pull_request:
push:
branches:
- staging
- trying
merge_group:

jobs:
check:
Expand Down Expand Up @@ -51,13 +48,3 @@ jobs:
toolchain: stable
components: rustfmt
- run: cargo fmt --check

# https://github.com/rust-lang/crater/blob/9ab6f9697c901c4a44025cf0a39b73ad5b37d198/.github/workflows/bors.yml#L125-L149
end-success:
name: bors build finished
if: success()
runs-on: ubuntu-latest
needs: [check, test]
steps:
- name: Mark the job as successful
run: exit 0

0 comments on commit d78794e

Please sign in to comment.