Skip to content

Commit f06e303

Browse files
Merge #294
294: Enable bors r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <[email protected]>
2 parents 81a2058 + 8f6ffdb commit f06e303

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)