Skip to content

Commit 93c0f0e

Browse files
committed
Take all the GA statuses into one final status
1 parent abc2ada commit 93c0f0e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
branches: [master]
77
types: [opened, reopened, synchronize]
88
jobs:
9+
ci:
10+
name: CI
11+
needs: [test, test-release]
12+
runs-on: ubuntu-latest
913
test:
1014
name: Tests
1115
strategy:

bors.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
status = [
22
"continuous-integration/travis-ci/push",
33
"clap-rs.clap",
4-
"Tests",
5-
"Release Profile Tests",
4+
"CI",
65
]
76
pr_status = [
87
"continuous-integration/travis-ci/pr",
98
"clap-rs.clap",
10-
"Tests",
11-
"Release Profile Tests",
9+
"CI",
1210
]
1311
timeout_sec = 7200
1412
prerun_timeout_sec = 7200

0 commit comments

Comments
 (0)