Skip to content

Commit 8f6ffdb

Browse files
Enable bors
1 parent 0ec2948 commit 8f6ffdb

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/bors.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
status = ["ci"]

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,12 @@ jobs:
4343
include:
4444
- rust_version: stable
4545
rustflags: --deny warnings
46+
47+
ci:
48+
if: ${{ success() }}
49+
# all new jobs must be added to this list
50+
needs: [build]
51+
runs-on: ubuntu-latest
52+
steps:
53+
- name: CI succeeded
54+
run: exit 0

0 commit comments

Comments
 (0)