Skip to content

Commit 60ec2fe

Browse files
committed
Put all ci status within one dummy file
1 parent 237c489 commit 60ec2fe

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/ci.yml

+10
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,13 @@ jobs:
8383
run: |
8484
pip install coveralls
8585
coveralls --finish
86+
87+
# Dummy task to summarize all. See https://github.com/bors-ng/bors-ng/issues/1300
88+
ci-success:
89+
name: ci
90+
if: ${{ success() }}
91+
needs: test-linux
92+
runs-on: ubuntu-latest
93+
steps:
94+
- name: CI succeeded
95+
run: exit 0

bors.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
status = [
2-
"test (3.7, numpy>=1.14,<2.0.0, pandas==1.2)",
3-
"test (3.8, numpy>=1.14,<2.0.0, pandas==1.2)",
4-
"test (3.9, numpy>=1.14,<2.0.0, pandas==1.2)",
2+
"ci",
53
"lint"
64
]
75
delete_merged_branches = true

0 commit comments

Comments
 (0)