gha: fix bors
This commit is contained in:
parent
4fbd729cb4
commit
a709ab171e
|
@ -96,8 +96,8 @@ jobs:
|
||||||
if: github.event_name == 'push' && success()
|
if: github.event_name == 'push' && success()
|
||||||
needs:
|
needs:
|
||||||
- style
|
- style
|
||||||
- clippy
|
|
||||||
- compile
|
- compile
|
||||||
|
- test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Mark the job as a success
|
- name: Mark the job as a success
|
||||||
|
@ -107,8 +107,8 @@ jobs:
|
||||||
if: github.event_name == 'push' && !success()
|
if: github.event_name == 'push' && !success()
|
||||||
needs:
|
needs:
|
||||||
- style
|
- style
|
||||||
- clippy
|
|
||||||
- compile
|
- compile
|
||||||
|
- test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Mark the job as a failure
|
- name: Mark the job as a failure
|
||||||
|
|
Loading…
Reference in New Issue