Skip to content

Commit 475229e

Browse files
committed
Disable some workflows
1 parent 3267ed2 commit 475229e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pr_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
needs: [Build]
6262
uses: ./.github/workflows/reusable_proxy_lib.yml
6363
Valgrind:
64-
needs: [Build]
64+
# needs: [Build]
6565
uses: ./.github/workflows/reusable_valgrind.yml
6666
Coverage:
6767
# total coverage (on upstream only)

.github/workflows/reusable_fast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
- os: ubuntu-latest
4747
disjoint: 'OFF'
4848
build_tests: 'ON'
49-
extra_build_options: '-DCMAKE_BUILD_TYPE=Release'
49+
# extra_build_options: '-DCMAKE_BUILD_TYPE=Release'
5050
simple_cmake: 'ON'
5151
# simplest CMake ubuntu-20.04
5252
- os: ubuntu-20.04
5353
disjoint: 'OFF'
5454
build_tests: 'ON'
55-
extra_build_options: '-DCMAKE_BUILD_TYPE=Release'
55+
#extra_build_options: '-DCMAKE_BUILD_TYPE=Release'
5656
simple_cmake: 'ON'
5757
runs-on: ${{ (matrix.os == 'ubuntu-latest' && github.repository_owner == 'oneapi-src') && 'intel-ubuntu-22.04' || matrix.os }}
5858

0 commit comments

Comments
 (0)