Skip to content

Commit

Permalink
Fix rgg matrix inventory contents in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Apr 18, 2024
1 parent b4c0302 commit f68435b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
make unit-tests
distribution:
needs: [integration-tests, type-check, documentation]
needs: [integration-tests, documentation]
if: ${{ !github.event.pull_request.head.repo.fork && github.event.action != 'labeled' || github.event.label.name == 'approved-for-ci' }}
runs-on: ubuntu-latest

Expand All @@ -179,7 +179,6 @@ jobs:
needs:
- pre-commit
- unit-tests
- type-check
- documentation
- integration-tests
- distribution
Expand Down

0 comments on commit f68435b

Please sign in to comment.