From 08af25827d45d8855351df35f8e759783ba4e731 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 78ecfba..01a9315 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,6 +77,7 @@ staging_trigger_unified-api_redeployment:
     branch: "main"
   only:
     - main
+  resource_group: unified-api-staging
 
 ## production environment
 
@@ -100,3 +101,4 @@ production_trigger_unified-api_redeployment:
     branch: "production"
   only:
     - production
+  resource_group: unified-api-production
-- 
GitLab