Skip to content

Commit 5837c7e

Browse files
disable vdr proxy
Signed-off-by: George Mulhearn <gmulhearn@anonyome.com>
1 parent 23b18a7 commit 5837c7e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
##########################################################################################
120120
############################## DOCKER BUILD ##########################################
121121

122-
# todo: move to indy-vdr repo
122+
# TODO: disabled for now - remove vdrproxy entirely https://github.com/openwallet-foundation/vcx/issues/1330
123123
build-docker-vdrproxy:
124+
if: false
124125
runs-on: ubuntu-22.04
125126
permissions:
126127
contents: read
127128
packages: write
128129
needs: [workflow-setup]
129-
if: ${{ needs.workflow-setup.outputs.SKIP_CI != 'true' }}
130130
env:
131131
DOCKER_IMG_CACHED: ${{ needs.workflow-setup.outputs.DOCKER_IMG_CACHED_VDRPROXY }}
132132
BRANCH_NAME: ${{ needs.workflow-setup.outputs.BRANCH_NAME }}
@@ -188,7 +188,9 @@ jobs:
188188
##########################################################################################
189189
############################## DOCKER PUBLISH ########################################
190190

191+
# TODO: disabled for now - remove vdrproxy entirely https://github.com/openwallet-foundation/vcx/issues/1330
191192
publish-docker-vdrproxy:
193+
if: false
192194
runs-on: ubuntu-22.04
193195
permissions:
194196
contents: read
@@ -286,7 +288,9 @@ jobs:
286288
- name: "Run aries-vcx integration tests"
287289
run: just test-integration-aries-vcx ${{ matrix.wallet }}
288290

291+
# TODO: disabled for now - remove vdrproxy entirely https://github.com/openwallet-foundation/vcx/issues/1330
289292
test-integration-aries-vcx-vdrproxy:
293+
if: false
290294
needs: [workflow-setup, build-docker-vdrproxy]
291295
runs-on: ubuntu-22.04
292296
env:

0 commit comments

Comments
 (0)