gha: fix bors

This commit is contained in:
Robert Jördens 2020-12-11 17:06:07 +01:00
parent 4fbd729cb4
commit a709ab171e
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ jobs:
if: github.event_name == 'push' && success()
needs:
- style
- clippy
- compile
- test
runs-on: ubuntu-latest
steps:
- name: Mark the job as a success
@ -107,8 +107,8 @@ jobs:
if: github.event_name == 'push' && !success()
needs:
- style
- clippy
- compile
- test
runs-on: ubuntu-latest
steps:
- name: Mark the job as a failure