From f435ed75fbf91987875f4aca71206bf489b57a64 Mon Sep 17 00:00:00 2001 From: oliverbeumkes-nhs Date: Tue, 9 Dec 2025 14:11:33 +0000 Subject: [PATCH] Removed mesh-s3-inbox-forwarder from full-deployment --- .github/workflows/full-deployment.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/full-deployment.yml b/.github/workflows/full-deployment.yml index ed270aea..9874d45b 100644 --- a/.github/workflows/full-deployment.yml +++ b/.github/workflows/full-deployment.yml @@ -41,19 +41,8 @@ jobs: environment: ${{ inputs.environment }} is_deployment: ${{ inputs.is_deployment }} - mesh-inbox-s3-forwarder: - name: MESH Inbox S3 Forwarder Ci - uses: "./.github/workflows/base-python-service-jobs.yml" - with: - service: mesh-inbox-s3-forwarder - environment: ${{ inputs.environment }} - is_deployment: ${{ inputs.is_deployment }} - deploy_infra: false - secrets: inherit - mesh-forwarder: name: MESH Forwarder CI - needs: [mesh-inbox-s3-forwarder] uses: "./.github/workflows/base-python-service-jobs.yml" with: service: mesh-forwarder