From 1e6eff22014224fb1656a32db29a5f2689c40695 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 376a5af..19b93dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -163,6 +163,7 @@ staging_trigger_unified-api_redeployment: branch: 'main' only: - main + resource_group: unified-api-staging staging_e2e: extends: .e2e @@ -194,3 +195,4 @@ production_trigger_unified-api_redeployment: branch: 'production' only: - production + resource_group: unified-api-production -- GitLab