From 83120878fff4989f75c5161927bb015cf24581d0 Mon Sep 17 00:00:00 2001 From: kassad Date: Tue, 3 Dec 2024 11:03:08 -0800 Subject: [PATCH] Commented out CD flow for external API --- .github/workflows/Versioning.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Versioning.yml b/.github/workflows/Versioning.yml index c810818e93f..0df56b8cdb0 100644 --- a/.github/workflows/Versioning.yml +++ b/.github/workflows/Versioning.yml @@ -43,8 +43,9 @@ jobs: with: node-version: 20 - - name: Bump external API version if necessary - run: pnpm -F commonwealth validate-external-api-version +#. Openapi diff hanging. Blocks release. Commenting out for now +# - name: Bump external API version if necessary +# run: pnpm -F commonwealth validate-external-api-version - name: Check if version was updated run: |