Skip to content

Commit 78c4696

Browse files
committed
coderabbit
1 parent 9287f8d commit 78c4696

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ jobs:
228228
Test-Docusaurus-Deployment:
229229
name: Test Deployment to https://docs-api.talawa.io
230230
runs-on: ubuntu-latest
231-
needs: [Run-Tests, Sample-Data-Check]
231+
needs: [Run-Tests]
232232
# Run only if the develop-postgres branch and not dependabot
233233
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.base.ref == 'develop-postgres' }}
234234
steps:
@@ -313,4 +313,3 @@ jobs:
313313
run: |
314314
source venv/bin/activate
315315
python .github/workflows/scripts/check_docstrings.py --directories .github
316-

0 commit comments

Comments
 (0)