We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f6cb9 commit 0f287a7Copy full SHA for 0f287a7
.github/workflows/coverity.yml
@@ -1,4 +1,4 @@
1
-# Copyright (c) 2024 Intel Corporation
+# Copyright (c) 2024-2025 Intel Corporation
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -29,6 +29,7 @@ env:
29
jobs:
30
coverity_linux:
31
name: Coverity Linux
32
+ if: github.repository == 'uxlfoundation/oneTBB'
33
runs-on: [ubuntu-latest]
34
steps:
35
- uses: actions/checkout@v4
0 commit comments