Remove the ci-failure GHA job

This commit is contained in:
Henrik Tjäder 2021-01-19 19:38:54 +01:00
parent e65a86f696
commit fa2de97d87

View file

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