Commit 447a23c4 authored by catch's avatar catch
Browse files

Revert "Issue #3468848 by catch: Allow child jobs to run as soon as phpcs and...

Revert "Issue #3468848 by catch: Allow child jobs to run as soon as phpcs and spellcheck are completed"

This reverts commit 7ca814c4.
parent 64692372
Loading
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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
@@ -146,11 +144,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