From 6c256a21f621239f8360a432747a1f064331d42d Mon Sep 17 00:00:00 2001 From: Gustavo Araujo Date: Mon, 9 Feb 2026 10:19:22 -0300 Subject: [PATCH] Fix on-pr dependencies in TTS and VAD --- .github/workflows/on-pr-qvac-lib-infer-onnx-tts.yml | 3 ++- .github/workflows/on-pr-qvac-lib-infer-onnx-vad.yml | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/on-pr-qvac-lib-infer-onnx-tts.yml b/.github/workflows/on-pr-qvac-lib-infer-onnx-tts.yml index 6a5c9c4a6c..013de0c5bb 100644 --- a/.github/workflows/on-pr-qvac-lib-infer-onnx-tts.yml +++ b/.github/workflows/on-pr-qvac-lib-infer-onnx-tts.yml @@ -138,7 +138,7 @@ jobs: workdir: ${{ needs.context.outputs.workdir }} prebuild: - needs: [context, cpp-lint] + needs: context if: needs.context.outputs.run_verify == 'true' || github.event_name == 'workflow_dispatch' uses: ./.github/workflows/prebuilds-qvac-lib-infer-onnx-tts.yml secrets: inherit @@ -174,6 +174,7 @@ jobs: run-integration-tests, run-mobile-integration-tests, sanity-checks, + cpp-lint, prebuild, ] if: always() diff --git a/.github/workflows/on-pr-qvac-lib-infer-onnx-vad.yml b/.github/workflows/on-pr-qvac-lib-infer-onnx-vad.yml index 55aafb0ff7..56ab081242 100644 --- a/.github/workflows/on-pr-qvac-lib-infer-onnx-vad.yml +++ b/.github/workflows/on-pr-qvac-lib-infer-onnx-vad.yml @@ -128,7 +128,7 @@ jobs: npm-token: ${{ secrets.NPM_TOKEN }} cpp-lint: - needs: [context, sanity-checks] + needs: context uses: tetherto/qvac-devops/.github/workflows/cpp-lint.yaml@monorepo_update secrets: inherit with: @@ -137,7 +137,7 @@ jobs: workdir: ${{ needs.context.outputs.workdir }} prebuild: - needs: [context, cpp-lint] + needs: context permissions: contents: write packages: write @@ -159,7 +159,7 @@ jobs: workdir: ${{ needs.context.outputs.workdir }} merge-guard: - needs: [run-integration-tests, sanity-checks, prebuild] + needs: [run-integration-tests, sanity-checks, cpp-lint, prebuild] if: always() uses: tetherto/qvac-devops/.github/workflows/public-pr.yml@monorepo_update with: