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 2c5cba1 commit fdbd2b1Copy full SHA for fdbd2b1
.gitlab-ci.yml
@@ -123,20 +123,20 @@ qa:nightly:
123
# - /^master$/
124
# <<: *cypress_tests
125
126
-qa:manual:
127
- stage: qa
128
- script:
129
- - echo "Manually approved"
130
- when: manual
131
- only:
132
- refs:
133
- - master
134
- - production
135
- - test/gitlab-ci
136
- except:
137
- variables:
138
- - $CI_NIGHTLY_TESTS == "true"
139
- allow_failure: true
+# qa:manual:
+# stage: qa
+# script:
+# - echo "Manually approved"
+# when: manual
+# only:
+# refs:
+# - master
+# - production
+# - test/gitlab-ci
+# except:
+# variables:
+# - $CI_NIGHTLY_TESTS == "true"
+# allow_failure: true
140
141
###############
142
# Build Stage #
0 commit comments