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 cf0b153 commit 55ee432Copy full SHA for 55ee432
.gitlab-ci.yml
@@ -69,10 +69,10 @@ include:
69
cpus: 4
70
disk: 80
71
windows: true
72
- rules:
73
- # integration-testsuite cannot work with edge builds
74
- - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_TARGET_BRANCH_NAME == 'edge'
75
- when: never
+ rules:
+ # integration-testsuite cannot work with edge builds
+ - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_TARGET_BRANCH_NAME == 'edge'
+ when: never
76
77
# Optional testing of GNAT Studio
78
- component: $CI_SERVER_FQDN/eng/gitlab-templates/test@~latest
0 commit comments