Skip to content

Commit

Permalink
chore: Update quality-checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 authored May 22, 2024
1 parent 22e6bb3 commit 6bcd60f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 6bcd60f

Please sign in to comment.