From 8c513b7fc1714a533127cde7467c8c984553a98d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 19 Jan 2021 20:43:54 +0100 Subject: [PATCH] Remove GHA ci-failure job --- .github/workflows/build.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b86885f7..e7c5fbd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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