Skip to content

Commit ae7ce35

Browse files
authored
Merge pull request #188 from AfoHT/ghafix
Remove GHA ci-failure job
2 parents 868aebf + 8c513b7 commit ae7ce35

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/build.yml

-13
Original file line numberDiff line numberDiff line change
@@ -310,16 +310,3 @@ jobs:
310310
steps:
311311
- name: Mark the job as a success
312312
run: exit 0
313-
ci-failure:
314-
name: ci
315-
if: github.event_name == 'push' && !success()
316-
needs:
317-
- style
318-
- check
319-
- testcpass
320-
- testtsan
321-
- testcfail
322-
runs-on: ubuntu-20.04
323-
steps:
324-
- name: Mark the job as a failure
325-
run: exit 1

0 commit comments

Comments
 (0)