diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 50a3a2344c66..99d6221dacbf 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -115,7 +115,11 @@ jobs: name: unit success runs-on: ubuntu-latest if: always() - needs: [test, state, doc] + needs: [ + test, + #state, + doc + ] timeout-minutes: 30 steps: - name: Decide whether the needed jobs succeeded or failed