We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c90d8 commit 4fac2c8Copy full SHA for 4fac2c8
.gitlab-ci.yml
@@ -59,7 +59,7 @@ integration_tests:
59
# Add rules to only run on develop branch
60
rules:
61
- if: $CI_COMMIT_BRANCH == "develop"
62
- when: manual # always # When idp-accelerator CICD is reconfigured
+ when: always # manual # When idp-accelerator CICD is reconfigured
63
- if: $CI_COMMIT_BRANCH =~ /^feature\/.*/
64
when: always
65
- if: $CI_COMMIT_BRANCH =~ /^fix\/.*/
0 commit comments