Remove broken ci-success check

Previously, Zebra made ci-success a required check for merges to main. And then we made ci-success depend on a bunch of other CI checks.

But this doesn't work as expected, because if the dependent checks fail, ci-success is skipped, and the branch protection rules allow the branch to be merged to main.
This commit is contained in:
teor 2021-04-29 15:33:00 +10:00 committed by Deirdre Connolly
parent 7e395298f1
commit f33db69267
1 changed files with 0 additions and 12 deletions

View File

@ -9,18 +9,6 @@ on:
jobs:
ci-success:
name: 🏁
runs-on: ubuntu-latest
needs:
- test
- build
- build-chain-no-features
- clippy
- fmt
steps:
- run: exit 0
test:
name: Test (+${{ matrix.rust }}) on ${{ matrix.os }}
# The large timeout is to accommodate Windows builds