fix: PR update workflow duplicate job (#17108)

This commit is contained in:
Keith Williams
2024-10-15 05:30:22 -03:00
committed by GitHub
parent feefa26c90
commit be1c6eb65c
-7
View File
@@ -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]