diff --git a/.github/workflows/hosted_runners.yml b/.github/workflows/hosted_runners.yml index dbd7744ab8c..65dad2c9c75 100644 --- a/.github/workflows/hosted_runners.yml +++ b/.github/workflows/hosted_runners.yml @@ -258,6 +258,7 @@ jobs: # has been properly formatted build_linux: needs: [check_code_style, check_libraries_manifest] + if: false runs-on: ${{ matrix.os }} @@ -977,6 +978,7 @@ jobs: # has been properly formatted build_windows: needs: [check_code_style, check_libraries_manifest] + if: false runs-on: ${{ matrix.os }}