We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9287f8d commit 78c4696Copy full SHA for 78c4696
.github/workflows/pull-request.yml
@@ -228,7 +228,7 @@ jobs:
228
Test-Docusaurus-Deployment:
229
name: Test Deployment to https://docs-api.talawa.io
230
runs-on: ubuntu-latest
231
- needs: [Run-Tests, Sample-Data-Check]
+ needs: [Run-Tests]
232
# Run only if the develop-postgres branch and not dependabot
233
if: ${{ github.actor != 'dependabot[bot]' && github.event.pull_request.base.ref == 'develop-postgres' }}
234
steps:
@@ -313,4 +313,3 @@ jobs:
313
run: |
314
source venv/bin/activate
315
python .github/workflows/scripts/check_docstrings.py --directories .github
316
-
0 commit comments