Skip to content

Commit

Permalink
[GHA] Fix sanitizers tests trigger in forks (openvinotoolkit#26990)
Browse files Browse the repository at this point in the history
Even if parent build skipped in forks it continues to wait for it 'cause
of "always()" condition
  • Loading branch information
akladiev authored Oct 10, 2024
1 parent f1ef55d commit 1f7946e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1f7946e

Please sign in to comment.