From 4383482275561322c6fba0265b5ba7fd4c0e3b83 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Fri, 9 Aug 2024 17:36:17 +0900 Subject: [PATCH] Issue #3467080 by fjgarlin: Test-only job cannot be run due to wrong dependency --- .gitlab-ci/pipeline-test-only.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/pipeline-test-only.yml b/.gitlab-ci/pipeline-test-only.yml index 04fb3b261c6c..0ed7ba65f60e 100644 --- a/.gitlab-ci/pipeline-test-only.yml +++ b/.gitlab-ci/pipeline-test-only.yml @@ -25,7 +25,7 @@ variables: - if: $CI_PIPELINE_SOURCE == "parent_pipeline" && $PERFORMANCE_TEST != "1" needs: - pipeline: $PARENT_PIPELINE_ID - job: 'ðŸ“¦ï¸ Composer' + job: '🧹 PHP Coding standards (PHPCS)' services: - name: $_CONFIG_DOCKERHUB_ROOT/$_TARGET_DB:production alias: database -- GitLab