From 6bcd60f258e75ca29e34134a69a470c9b7a8251b Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Wed, 22 May 2024 15:54:44 +0500 Subject: [PATCH] chore: Update quality-checks.yml --- .github/workflows/quality-checks.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index e635b5645f21..0227ad02f66f 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -89,19 +89,3 @@ jobs: openedx/core/tests/ openedx/core/types/ openedx/features/ openedx/testing/ openedx/tests/ \ cms common xmodule --preview - - # This job aggregates test results. It's the required check for branch protection. - # https://github.com/marketplace/actions/alls-green#why - # https://github.com/orgs/community/discussions/33579 - success: - name: Ruff checks successful - if: always() - needs: - - run-ruff - runs-on: ubuntu-latest - steps: - - name: Decide whether the needed jobs succeeded or failed - # uses: re-actors/alls-green@v1.2.1 - uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe - with: - jobs: ${{ toJSON(needs) }}