Skip to content

Commit cac8546

Browse files
Move to workflow
1 parent 027aa50 commit cac8546

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,11 @@ workflows:
167167
parameters:
168168
php-version: ["8.2"]
169169
magento-version: ["2.4.6-p11", "2.4.7-p6"]
170+
magento-integration-test-workflow:
171+
when: pipeline.git.branch == "main" or (pipeline.event.name == "pull_request" and pipeline.event.action == "labeled")
172+
jobs:
170173
- magento-integration-test:
171174
matrix:
172175
parameters:
173176
php-version: ["8.2"]
174177
magento-version: ["2.4.7-p6"]
175-
filters:
176-
branches:
177-
only: main

0 commit comments

Comments
 (0)