Fix daily updated deps job

Created on 15 March 2024, 7 months ago
Updated 1 April 2024, 7 months ago

Problem/Motivation

In πŸ“Œ Recreate the "updated deps" job from DrupalCI Fixed we added a daily job to run tests with updated dependencies, but this currently fails with "Pipeline filtered out by workflow rules": https://git.drupalcode.org/project/drupal/-/pipelines/119639

This is because the pipeline recurses into itself, but then the top level workflow:rules section is not configured to allow this.

Steps to reproduce

Proposed resolution

Add

    - if: $CI_PIPELINE_SOURCE == 'parent_pipeline'

to workflow:rules.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

πŸ› Bug report
Status

Fixed

Version

10.2 ✨

Component
OtherΒ  β†’

Last updated about 11 hours ago

Created by

πŸ‡¬πŸ‡§United Kingdom longwave UK

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024