From 7d39b5f222b2c005cef24a848989b9a35776edab Mon Sep 17 00:00:00 2001 From: Andrey Azov Date: Wed, 9 Oct 2024 16:31:25 +0100 Subject: [PATCH] Add comments explaning job requirements --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bf35b83875..e3d2e501fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -260,7 +260,7 @@ Pub:Live: - if: '$CI_DEPLOY_FREEZE == null && $CI_COMMIT_BRANCH == "main"' when: manual needs: - - Test_N_Build + - Test_N_Build # The reason this job has to be in dependencies array is so that the Publish job can recover its BUILD_JOB_ID - Pub:Staging @@ -294,7 +294,7 @@ Pub::LiveFallback: - if: '$CI_DEPLOY_FREEZE == null && $CI_COMMIT_BRANCH == "main"' when: manual needs: - - Test_N_Build + - Test_N_Build # The reason this job has to be in dependencies array is so that the Publish job can recover its BUILD_JOB_ID - Pub:Staging @@ -327,7 +327,7 @@ Pub:Staging: rules: - if: $CI_COMMIT_BRANCH == "main" needs: - - Test_N_Build + - Test_N_Build # The reason this job has to be in dependencies array is so that the Publish job can recover its BUILD_JOB_ID - Node:Live @@ -363,7 +363,7 @@ Pub:Dev: rules: - if: '$CI_DEPLOY_FREEZE == null && $CI_COMMIT_BRANCH == "main"' needs: - - Test_N_Build + - Test_N_Build # The reason this job has to be in dependencies array is so that the Publish job can recover its BUILD_JOB_ID - Node:Live