Skip to content

Commit

Permalink
Merge pull request #306 from cuviper/ci-merge
Browse files Browse the repository at this point in the history
Switch from bors to merge queues
  • Loading branch information
cuviper committed Feb 1, 2024
2 parents 61d9a1b + a8ec422 commit fbd56f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 22 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: CI
on:
push:
branches:
- staging
- trying
on: merge_group

jobs:

Expand Down Expand Up @@ -71,3 +67,10 @@ jobs:
with:
components: rustfmt
- run: cargo fmt --all --check

done:
name: Complete
runs-on: ubuntu-latest
needs: [test, i586, no_std, fmt]
steps:
- run: exit 0
7 changes: 7 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,10 @@ jobs:
components: rustfmt
- uses: actions/checkout@v4
- run: cargo fmt --all --check

done:
name: Complete
runs-on: ubuntu-latest
needs: [test, fmt]
steps:
- run: exit 0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "num-traits"
version = "0.2.17"
readme = "README.md"
build = "build.rs"
exclude = ["/bors.toml", "/ci/*", "/.github/*"]
exclude = ["/ci/*", "/.github/*"]
edition = "2018"
rust-version = "1.31"

Expand Down
16 changes: 0 additions & 16 deletions bors.toml

This file was deleted.

0 comments on commit fbd56f1

Please sign in to comment.