Skip to content

Commit

Permalink
infra: add test-doc-imports to ci failure (#20637)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored and hinthornw committed Apr 26, 2024
1 parent 070781f commit ad75820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_diffs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ad75820

Please sign in to comment.