diff --git a/.github/workflows/check_diffs.yml b/.github/workflows/check_diffs.yml index f71173456bc..485bac80fa1 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