From a6c5219620d78b2d32a9eac5e46f0aadec7e69c2 Mon Sep 17 00:00:00 2001 From: pida123 Date: Thu, 3 Aug 2023 10:22:26 +0200 Subject: [PATCH] fix circleci concurrent build --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3f7eb00f..29889f30 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -59,7 +59,7 @@ workflows: tags: only: /^v.*/ branches: - ignore: /.*/ + only: staging - deploy-docker-image: env: stg requires: @@ -79,7 +79,7 @@ workflows: tags: only: /^v.*/ branches: - ignore: /.*/ + only: preprod - deploy-docker-image: env: ppd requires: @@ -99,7 +99,7 @@ workflows: tags: only: /^v.*/ branches: - ignore: /.*/ + only: main - deploy-docker-image: env: prd requires: