Loading .gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,8 @@ ################ 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 Loading Loading @@ -144,6 +146,11 @@ 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 Loading Loading
.gitlab-ci.yml +7 −0 Original line number Diff line number Diff line Loading @@ -27,6 +27,8 @@ ################ 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 Loading Loading @@ -144,6 +146,11 @@ 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 Loading