mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-26 13:39:41 +01:00
Merge #453
453: Fix GHA by removing duplicate CI-check r=korken89 a=AfoHT
Same as done in fa2de97d87
Co-authored-by: Henrik Tjäder <henrik@grepit.se>
This commit is contained in:
commit
8b2c07636c
1 changed files with 0 additions and 17 deletions
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
|
@ -771,20 +771,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
|
|
||||||
- checkmacros
|
|
||||||
- testv7
|
|
||||||
- testv6
|
|
||||||
- checkmulticore
|
|
||||||
- docs
|
|
||||||
- mdbook
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
steps:
|
|
||||||
- name: Mark the job as a failure
|
|
||||||
run: exit 1
|
|
||||||
|
|
Loading…
Reference in a new issue