diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 48e06665b889e059244732ac9281407540bf199c..b2fcb73c3bf4d3c733dfec3ba44e5485418bf005 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,8 +27,6 @@ ################ workflow: - auto_cancel: - on_job_failure: all rules: # These 3 rules from https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Workflows/MergeRequest-Pipelines.gitlab-ci.yml # Run on merge requests @@ -116,11 +114,6 @@ default: .default-stage: &default-stage stage: ๐๏ธ Test - needs: - # Start the child jobs as soon as phpcs passes. - - "๐งน PHP Coding standards (PHPCS)" - - "๐ Spell-checking" - trigger: # Rely on the status of the child pipeline. strategy: depend