mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-10-03 07:14:45 +00:00
Remove GHA ci-failure job
This commit is contained in:
parent
868aebfbad
commit
8c513b7fc1
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@ -310,16 +310,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
|
|
||||||
- testcpass
|
|
||||||
- testtsan
|
|
||||||
- testcfail
|
|
||||||
runs-on: ubuntu-20.04
|
|
||||||
steps:
|
|
||||||
- name: Mark the job as a failure
|
|
||||||
run: exit 1
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user