453: Fix GHA by removing duplicate CI-check r=korken89 a=AfoHT

Same as done in fa2de97d87

Co-authored-by: Henrik Tjäder <henrik@grepit.se>
This commit is contained in:
bors[bot] 2021-03-03 11:00:57 +00:00 committed by GitHub
commit 8b2c07636c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -771,20 +771,3 @@ jobs:
steps:
- name: Mark the job as a success
run: exit 0
ci-failure:
name: ci
if: github.event_name == 'push' && !success()
needs:
- style
- check
- checkexamples
- checkmacros
- testv7
- testv6
- checkmulticore
- docs
- mdbook
runs-on: ubuntu-20.04
steps:
- name: Mark the job as a failure
run: exit 1