From b59a123a3bc7ac271b4f3175a15b266c7c57625a Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Mon, 16 Dec 2024 17:50:13 +0100 Subject: [PATCH] TO REMOVE --- .github/workflows/main.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6a72e22297..49aa42fbc2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,14 +89,3 @@ jobs: # rule which prevents merges unless all other jobs are passing. This makes # it easier to manage the list of jobs via this yml file and to prevent # accidentally adding new jobs without also updating the branch protections. - success: - name: Success gate - if: always() - needs: - - test - - rustfmt - runs-on: ubuntu-latest - steps: - - run: jq --exit-status 'all(.result == "success")' <<< '${{ toJson(needs) }}' - - name: Done - run: exit 0