Skip to content
Snippets Groups Projects
Commit 5bed46c9 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 2975de0e
No related branches found
No related tags found
2 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #259912 passed
...@@ -27,8 +27,6 @@ ...@@ -27,8 +27,6 @@
################ ################
workflow: workflow:
auto_cancel:
on_job_failure: all
rules: rules:
# These 3 rules from https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Workflows/MergeRequest-Pipelines.gitlab-ci.yml # 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 # Run on merge requests
...@@ -116,11 +114,6 @@ default: ...@@ -116,11 +114,6 @@ default:
.default-stage: &default-stage .default-stage: &default-stage
stage: 🗜️ Test stage: 🗜️ Test
needs:
# Start the child jobs as soon as phpcs passes.
- "🧹 PHP Coding standards (PHPCS)"
- "📔 Spell-checking"
trigger: trigger:
# Rely on the status of the child pipeline. # Rely on the status of the child pipeline.
strategy: depend strategy: depend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment