Skip to content

Commit b024e53

Browse files
committed
DEBUG CI
1 parent bc7b210 commit b024e53

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pr_push.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,15 @@ jobs:
2929
needs: [FastBuild]
3030
uses: ./.github/workflows/reusable_basic.yml
3131
DevDax:
32-
needs: [FastBuild]
3332
uses: ./.github/workflows/reusable_dax.yml
3433
MultiNuma:
35-
needs: [FastBuild]
3634
uses: ./.github/workflows/reusable_multi_numa.yml
3735
L0:
38-
needs: [Build]
3936
uses: ./.github/workflows/reusable_gpu.yml
4037
with:
4138
name: "LEVEL_ZERO"
4239
shared_lib: "['ON']"
4340
CUDA:
44-
needs: [Build]
4541
uses: ./.github/workflows/reusable_gpu.yml
4642
with:
4743
name: "CUDA"

0 commit comments

Comments
 (0)