Skip to content

Commit 84faacb

Browse files
authored
Skip zdb & qsfs scripts from grid nightly (#4471)
1 parent a9bedb5 commit 84faacb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/grid_client_nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
9595
- name: Run test vm with qsfs
9696
id: vmqsfs
97-
if: always()
97+
if: false
9898
continue-on-error: true
9999
run: |
100100
yarn run ts-node --transpileOnly --project packages/grid_client/tsconfig-node.json packages/grid_client/scripts/vm_with_qsfs.ts
101101
102102
- name: Run test kubernetes with qsfs
103103
id: k8sqsfs
104-
if: always()
104+
if: false
105105
continue-on-error: true
106106
run: |
107107
yarn run ts-node --transpileOnly --project packages/grid_client/tsconfig-node.json packages/grid_client/scripts/orchestrators/kubernetes_with_qsfs.ts
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: Run test zdb
116116
id: zdb
117-
if: always()
117+
if: false
118118
continue-on-error: true
119119
run: |
120120
yarn run ts-node --transpileOnly --project packages/grid_client/tsconfig-node.json packages/grid_client/scripts/zdb.ts

0 commit comments

Comments
 (0)