Skip to content

Commit 04553b4

Browse files
committed
temp disable DevDax workflow
1 parent 9bb4dc2 commit 04553b4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/pr_push.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
name: Basic builds
2929
needs: [FastBuild]
3030
uses: ./.github/workflows/reusable_basic.yml
31-
DevDax:
32-
needs: [FastBuild]
33-
uses: ./.github/workflows/reusable_dax.yml
31+
#DevDax:
32+
# needs: [FastBuild]
33+
# uses: ./.github/workflows/reusable_dax.yml
3434
MultiNuma:
3535
needs: [FastBuild]
3636
uses: ./.github/workflows/reusable_multi_numa.yml
@@ -63,7 +63,8 @@ jobs:
6363
Coverage:
6464
# total coverage (on upstream only)
6565
if: github.repository == 'oneapi-src/unified-memory-framework'
66-
needs: [Build, DevDax, L0, CUDA, MultiNuma, QEMU, ProxyLib]
66+
#needs: [Build, DevDax, L0, CUDA, MultiNuma, QEMU, ProxyLib]
67+
needs: [Build, L0, CUDA, MultiNuma, QEMU, ProxyLib]
6768
uses: ./.github/workflows/reusable_coverage.yml
6869
secrets: inherit
6970
with:

0 commit comments

Comments
 (0)