Skip to content

Commit 44c884f

Browse files
committed
Merge branch 'feature/integration-tests-pipelines' into 'develop'
Updated rules for integration_tests pipeline See merge request genaiic-reusable-assets/engagement-artifacts/genaiic-idp-accelerator!293
2 parents 81242ad + 4fac2c8 commit 44c884f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ integration_tests:
5656
# AWS_DEFAULT_REGION: ${AWS_DEFAULT_REGION}
5757
# IDP_ACCOUNT_ID: ${IDP_ACCOUNT_ID}
5858

59-
# Add rules to only run on develop branch
59+
# Add rules to only run on develop branch
6060
rules:
6161
- if: $CI_COMMIT_BRANCH == "develop"
62-
when: manual # always # When idp-accelerator CICD is reconfigured
62+
when: always # manual # When idp-accelerator CICD is reconfigured
6363
- if: $CI_COMMIT_BRANCH =~ /^feature\/.*/
64-
when: manual
64+
when: always
6565
- if: $CI_COMMIT_BRANCH =~ /^fix\/.*/
66-
when: manual
66+
when: always
6767
- if: $CI_COMMIT_BRANCH =~ /^hotfix\/.*/
6868
when: manual
6969
- if: $CI_COMMIT_BRANCH =~ /^release\/.*/

0 commit comments

Comments
 (0)