diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 4d6d84a9ce..41d7e78bb5 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -153,13 +153,6 @@ jobs: uses: ./.github/workflows/production-build-without-database.yml secrets: inherit - build-docs: - name: Production builds - needs: [changes, check-label, deps] - if: ${{ needs.changes.outputs.has-files-requiring-all-checks == 'true' }} - uses: ./.github/workflows/docs-build.yml - secrets: inherit - integration-test: name: Tests needs: [changes, check-label, build, build-api-v1, build-api-v2]