mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Remove the ci-failure GHA job
This commit is contained in:
parent
e65a86f696
commit
fa2de97d87
1 changed files with 0 additions and 18 deletions
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
|
@ -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
|
|
||||||
|
|
Loading…
Reference in a new issue