From ad75820d0c762e69b2121443751558bab8345ae0 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 18 Apr 2024 19:06:57 -0700 Subject: [PATCH] infra: add test-doc-imports to ci failure (#20637) --- .github/workflows/check_diffs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check_diffs.yml b/.github/workflows/check_diffs.yml index f71173456bc90..485bac80fa171 100644 --- a/.github/workflows/check_diffs.yml +++ b/.github/workflows/check_diffs.yml @@ -61,7 +61,7 @@ jobs: working-directory: ${{ matrix.working-directory }} secrets: inherit - test_doc_imports: + test-doc-imports: needs: [ build ] if: ${{ needs.build.outputs.dirs-to-test != '[]' || needs.build.outputs.docs-edited }} uses: ./.github/workflows/_test_doc_imports.yml @@ -141,7 +141,7 @@ jobs: echo "$STATUS" | grep 'nothing to commit, working tree clean' 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: | always() runs-on: ubuntu-latest