Skip to content

Commit fdbd2b1

Browse files
committed
(chore): remove qa:manual now we just push to canary
1 parent 2c5cba1 commit fdbd2b1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.gitlab-ci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,20 +123,20 @@ qa:nightly:
123123
# - /^master$/
124124
# <<: *cypress_tests
125125

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
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
140140

141141
###############
142142
# Build Stage #

0 commit comments

Comments
 (0)