diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2912475272..0a4ae99a58 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -221,13 +221,14 @@ jobs: needs: [ubuntu-build, opencl] uses: ./.github/workflows/e2e_opencl.yml - e2e-cuda: - name: E2E CUDA - permissions: - contents: read - pull-requests: write - needs: [ubuntu-build, cuda] - uses: ./.github/workflows/e2e_cuda.yml + # Causes hangs: https://github.com/oneapi-src/unified-runtime/issues/2398 + #e2e-cuda: + # name: E2E CUDA + # permissions: + # contents: read + # pull-requests: write + # needs: [ubuntu-build, cuda] + # uses: ./.github/workflows/e2e_cuda.yml windows-build: name: Build - Windows