diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3929c4ac22cac07c882f91927453387e54315426..336f87ad9fb0e3424384795cb14e06696df5e076 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -164,6 +164,7 @@ staging_trigger_unified-api_redeployment: branch: 'main' only: - main + resource_group: unified-api-staging staging_e2e: extends: .e2e @@ -195,3 +196,4 @@ production_trigger_unified-api_redeployment: branch: 'production' only: - production + resource_group: unified-api-production