Skip to content

Commit 4fac2c8

Browse files
author
Maha Lakshmi Soumya Yalavarthi
committed
Changed rules for Integration Test for commiting branch to develop
1 parent 37c90d8 commit 4fac2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ integration_tests:
5959
# 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\/.*/
6464
when: always
6565
- if: $CI_COMMIT_BRANCH =~ /^fix\/.*/

0 commit comments

Comments
 (0)