Skip to content

Commit 1ff9d2f

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr_push.yml

Lines changed: 3 additions & 3 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

0 commit comments

Comments
 (0)