Revert "chore: temporarily disable doc related CI" (#5716)

This commit is contained in:
DaniPopes
2023-12-10 11:09:16 +01:00
committed by GitHub
parent 982346becb
commit c58cdf9459
2 changed files with 2 additions and 9 deletions

View File

@@ -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:
@@ -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