infra: add test-doc-imports to ci failure (#20637)

This commit is contained in:
Erick Friis
2024-04-18 19:06:57 -07:00
committed by GitHub
parent 5c216ad08f
commit 764871f97d

View File

@@ -61,7 +61,7 @@ jobs:
working-directory: ${{ matrix.working-directory }} working-directory: ${{ matrix.working-directory }}
secrets: inherit secrets: inherit
test_doc_imports: test-doc-imports:
needs: [ build ] needs: [ build ]
if: ${{ needs.build.outputs.dirs-to-test != '[]' || needs.build.outputs.docs-edited }} if: ${{ needs.build.outputs.dirs-to-test != '[]' || needs.build.outputs.docs-edited }}
uses: ./.github/workflows/_test_doc_imports.yml uses: ./.github/workflows/_test_doc_imports.yml
@@ -141,7 +141,7 @@ jobs:
echo "$STATUS" | grep 'nothing to commit, working tree clean' echo "$STATUS" | grep 'nothing to commit, working tree clean'
ci_success: ci_success:
name: "CI Success" name: "CI Success"
needs: [build, lint, test, compile-integration-tests, dependencies, extended-tests] needs: [build, lint, test, compile-integration-tests, dependencies, extended-tests, test-doc-imports]
if: | if: |
always() always()
runs-on: ubuntu-latest runs-on: ubuntu-latest