From 5c23688fbf6da5075827b35f53947517a50077ef Mon Sep 17 00:00:00 2001 From: Ole Langbehn <ole.langbehn@inoio.de> Date: Sun, 20 Oct 2024 00:20:17 +0200 Subject: [PATCH] try to sequentialize unified-api rebuilds in CI --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3929c4a..336f87a 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 -- GitLab