Skip to content

Commit

Permalink
fix(ci): temporarily ignore failures from non-English documentation b…
Browse files Browse the repository at this point in the history
…uilds

This was merged prematurely due to error in the job and we do not want
to have all CI failed until the root cause is addressed.
  • Loading branch information
nijel committed Jan 16, 2025
1 parent 20781ae commit f15ef52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
needs:
- list-languages
name: Sphinx
# TODO: ignore failures on non-English builds until we fix these
continue-on-error: ${{ matrix.language != 'en' }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f15ef52

Please sign in to comment.