Skip to content

Commit

Permalink
[ci] Config bors (#3316)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar authored Apr 6, 2022
1 parent f759246 commit 8691b97
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_pr.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on: [pull_request]

name: 2. benchmark pull requests
name: benchmark pull requests
jobs:
runBenchmark:
name: run benchmark
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 1. Build and Test
name: Build and Test
on:
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 3. Code Coverage Report
name: Code Coverage Report
on:
workflow_dispatch:
pull_request:
Expand Down
3 changes: 3 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
status = [
"Build and Test"
]

0 comments on commit 8691b97

Please sign in to comment.