diff --git a/.github/workflows/copilot-deploy-pipeline.yml b/.github/workflows/copilot-deploy-pipeline.yml index c47818974..8c43f126c 100644 --- a/.github/workflows/copilot-deploy-pipeline.yml +++ b/.github/workflows/copilot-deploy-pipeline.yml @@ -37,6 +37,7 @@ jobs: needs: int with: BACKEND_HOST: ${{needs.int.outputs.backend-host}} + ENVIRONMENT: int stable: needs: [int-tests, build-webapi, build-memorypipeline, build-plugins]