From be1c6eb65c1e5b83e9a46bf2fb588dda07ab707e Mon Sep 17 00:00:00 2001 From: Keith Williams Date: Tue, 15 Oct 2024 05:30:22 -0300 Subject: [PATCH] fix: PR update workflow duplicate job (#17108) --- .github/workflows/pr.yml | 7 ------- 1 file changed, 7 deletions(-) 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]