mirror of
https://github.com/rust-embedded/heapless.git
synced 2025-09-27 04:20:24 +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:
|
||||
- name: Mark the job as a success
|
||||
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