Skip to content

Commit

Permalink
Merge pull request #188 from AfoHT/ghafix
Browse files Browse the repository at this point in the history
Remove GHA ci-failure job
  • Loading branch information
korken89 authored Jan 20, 2021
2 parents 868aebf + 8c513b7 commit ae7ce35
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,16 +310,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
- testcpass
- testtsan
- testcfail
runs-on: ubuntu-20.04
steps:
- name: Mark the job as a failure
run: exit 1

0 comments on commit ae7ce35

Please sign in to comment.