Skip to content

Commit

Permalink
Revert "chore: temporarily disable doc related CI" (#5716)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Dec 10, 2023
1 parent 982346b commit c58cdf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:
run: mdbook-linkcheck --standalone

build:
# TODO: reenable when <https://github.com/rust-lang/rust/issues/118670> is resolved.
if: false
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
Expand Down Expand Up @@ -116,8 +114,7 @@ jobs:

deploy:
# Only deploy if a push to main
# TODO: reenable when <https://github.com/rust-lang/rust/issues/118670> is resolved.
if: false && github.ref_name == 'main' && github.event_name == 'push'
if: github.ref_name == 'main' && github.event_name == 'push'
runs-on: ubuntu-latest
needs: [test, lint, build]

Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:

docs:
name: docs
# TODO: reenable when <https://github.com/rust-lang/rust/issues/118670> is resolved.
if: false
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand Down Expand Up @@ -100,9 +98,7 @@ jobs:
name: lint success
runs-on: ubuntu-latest
if: always()
# TODO: reenable when <https://github.com/rust-lang/rust/issues/118670> is resolved.
# needs: [clippy, docs, fmt, grafana]
needs: [clippy, fmt, grafana]
needs: [clippy, docs, fmt, grafana]
timeout-minutes: 30
steps:
- name: Decide whether the needed jobs succeeded or failed
Expand Down

0 comments on commit c58cdf9

Please sign in to comment.