Skip to content

Commit ebfc8dc

Browse files
committed
MAGE-1374 Disable integration test workflow
1 parent d196a0e commit ebfc8dc

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.circleci/config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -181,18 +181,18 @@ workflows:
181181
magento-version: ["2.4.6-p11", "2.4.7-p6"]
182182
- notify:
183183
context: mage-slack
184-
magento-integration-test-workflow:
185-
when:
186-
or:
187-
- equal: [ main, << pipeline.git.branch >> ]
188-
- matches:
189-
pattern: ".*release.*"
190-
value: << pipeline.git.branch >>
191-
jobs:
192-
- magento-integration-test:
193-
matrix:
194-
parameters:
195-
php-version: ["8.2"]
196-
magento-version: ["2.4.7-p6"]
197-
- notify:
198-
context: mage-slack
184+
# magento-integration-test-workflow:
185+
# when:
186+
# or:
187+
# - equal: [ main, << pipeline.git.branch >> ]
188+
# - matches:
189+
# pattern: ".*release.*"
190+
# value: << pipeline.git.branch >>
191+
# jobs:
192+
# - magento-integration-test:
193+
# matrix:
194+
# parameters:
195+
# php-version: ["8.2"]
196+
# magento-version: ["2.4.7-p6"]
197+
# - notify:
198+
# context: mage-slack

0 commit comments

Comments
 (0)