diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 09e68cbf709..a9f5e1db4cd 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -102,7 +102,7 @@ jobs: Test-Docusaurus-Deployment: name: Test Deployment to https://docs.talawa.io runs-on: ubuntu-latest - # needs: [Code-Quality-Checks] + needs: [Code-Quality-Checks] # Run only if the develop branch and not dependabot if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.base.ref == 'develop' }} steps: