aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@grepit.se>2021-01-19 19:38:54 +0100
committerHenrik Tjäder <henrik@grepit.se>2021-01-19 19:39:21 +0100
commitfa2de97d870e0476cd7a0107193ae426ef8c3997 (patch)
treef5cbc0cb2e03ce3840661cee767b2d57dcc99be6
parente65a86f6962218b66a14b7ccc40eec7976880eba (diff)
Remove the ci-failure GHA job
-rw-r--r--.github/workflows/build.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e729db6..d9be520 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -763,21 +763,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
- - checkexamples
- - testexamples
- - checkmacros
- - testmacros
- - testv7
- - testv6
- - docs
- - mdbook
- runs-on: ubuntu-20.04
- steps:
- - name: Mark the job as a failure
- run: exit 1