diff --git a/.github/workflows/linux_sanitizers.yml b/.github/workflows/linux_sanitizers.yml index 5ee3a7ea3dde0b..cec499e7971130 100644 --- a/.github/workflows/linux_sanitizers.yml +++ b/.github/workflows/linux_sanitizers.yml @@ -204,7 +204,7 @@ jobs: CXX_Unit_Tests: name: C++ unit tests - if: always() + if: ${{ github.repository_owner == 'openvinotoolkit' }} needs: Build timeout-minutes: 100 runs-on: 'aks-linux-16-cores-32gb'