From 9df6cc729b3c1fe3907131e4ff4a581e605e4eed Mon Sep 17 00:00:00 2001 From: Edd Almond <102675624+eddalmond1@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:11:21 +0000 Subject: [PATCH] removing the call to 'publish' the internal dev specification using a production publish command --- .github/workflows/dev_sandbox_publish_deploy.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/dev_sandbox_publish_deploy.yaml b/.github/workflows/dev_sandbox_publish_deploy.yaml index 198bb9b..ea39ac5 100644 --- a/.github/workflows/dev_sandbox_publish_deploy.yaml +++ b/.github/workflows/dev_sandbox_publish_deploy.yaml @@ -63,10 +63,6 @@ jobs: run: | make construct-spec APIM_ENV=internal-dev - - name: Publish internal-dev spec to Proxygen - run: | - proxygen spec publish build/specification/internal-dev/eligibility-signposting-api.yaml --no-confirm - - name: Deploy internal-dev spec to Proxygen run: | proxygen instance deploy internal-dev eligibility-signposting-api build/specification/internal-dev/eligibility-signposting-api.yaml --no-confirm