fix gha workflow

This commit is contained in:
Robert Jördens 2020-06-16 16:59:16 +02:00 committed by GitHub
parent 624ff73e64
commit 5d3f32469a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Mark the job as a success
- run: exit 0
run: exit 0
ci-failure:
name: ci
if: github.event_name == 'push' && !success()