Skip to content

Commit 686782c

Browse files
authored
ci: delete end-success
bors-ng/bors-ng#1115 (comment)
1 parent f7d948b commit 686782c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,3 @@ jobs:
3838
steps:
3939
- name: Mark the job as successful
4040
run: exit 0
41-
42-
end-failure:
43-
name: bors build finished
44-
if: "!success()"
45-
runs-on: ubuntu-latest
46-
needs: [msrv,stable]
47-
48-
steps:
49-
- name: Mark the job as a failure
50-
run: exit 1
51-

0 commit comments

Comments
 (0)