diff --git a/.github/workflows/deployment-stage-prod.yml b/.github/workflows/deployment-stage-prod.yml index 5ef0a4240b..a3f07dce30 100644 --- a/.github/workflows/deployment-stage-prod.yml +++ b/.github/workflows/deployment-stage-prod.yml @@ -11,13 +11,8 @@ on: workflow_dispatch: jobs: - continuous-integration: - name: 'Continuous integration' - uses: ./.github/workflows/continuous-integration.yml - build-and-push: name: Build and push docker images - needs: continuous-integration uses: ./.github/workflows/reusable-build-and-push.yml with: tag: ${{ github.ref_name }}