Skip to content

Commit 79f533c

Browse files
rename job to avoid modifying github rules for PRs
1 parent 9578842 commit 79f533c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ executors:
1010
docker_layer_caching: true
1111

1212
jobs:
13-
magento-build-and-test:
13+
magento-build:
1414
executor:
1515
name: magento-executor
1616
parameters:
@@ -85,7 +85,7 @@ jobs:
8585
workflows:
8686
magento-build-and-test-workflow:
8787
jobs:
88-
- magento-build-and-test:
88+
- magento-build:
8989
matrix:
9090
parameters:
9191
php-version: ["8.2"]

0 commit comments

Comments
 (0)