Skip to content

Commit 0f287a7

Browse files
authored
Enable Coverity Scan only on uxlfoundation/oneTBB repo (#1589)
Signed-off-by: Vladislav Shchapov <[email protected]>
1 parent 37f6cb9 commit 0f287a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2024 Intel Corporation
1+
# Copyright (c) 2024-2025 Intel Corporation
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -29,6 +29,7 @@ env:
2929
jobs:
3030
coverity_linux:
3131
name: Coverity Linux
32+
if: github.repository == 'uxlfoundation/oneTBB'
3233
runs-on: [ubuntu-latest]
3334
steps:
3435
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)