Fix GHA by removing duplicate CI-check

This commit is contained in:
Henrik Tjäder 2021-03-03 11:57:24 +01:00
parent 22926f41b7
commit 9022277c3f

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