diff --git a/.github/workflows/code_snippets.yml b/.github/workflows/code_snippets.yml index 7c36c5555bf90c..a7f5ee520bcd4f 100644 --- a/.github/workflows/code_snippets.yml +++ b/.github/workflows/code_snippets.yml @@ -46,4 +46,4 @@ jobs: run: cmake -DCMAKE_BUILD_TYPE=Release -DTHREADING=SEQ -DENABLE_TESTS=ON -B build - name: Build snippets - run: cmake --build build --target openvino_docs_snippets --parallel + run: cmake --build build --target openvino_docs_snippets --parallel 8