Skip to content
Snippets Groups Projects
Verified Commit f93c9aa5 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3428112 by longwave, fjgarlin, Spokje: Fix daily updated deps job

(cherry picked from commit d71f6de6)
parent cb28194e
No related branches found
No related tags found
6 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.,!7567Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7565Issue #3153723 by quietone, Hardik_Patel_12: Change the scaffolding...,!7509Change label "Block description" to "Block type",!7344Issue #3292350 by O'Briat, KlemenDEV, hswong3i, smustgrave, quietone: Update...
Pipeline #123123 passed with warnings
Pipeline: drupal

#123165

    Pipeline: drupal

    #123163

      Pipeline: drupal

      #123157

        +7
        ......@@ -33,6 +33,8 @@ workflow:
        - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
        # Run when called from an upstream pipeline https://docs.gitlab.com/ee/ci/pipelines/downstream_pipelines.html?tab=Multi-project+pipeline#use-rules-to-control-downstream-pipeline-jobs
        - if: $CI_PIPELINE_SOURCE == 'pipeline'
        # Run when called from a parent pipeline (e.g. updated dependencies job)
        - if: $CI_PIPELINE_SOURCE == 'parent_pipeline'
        # Run on commits.
        - if: $CI_PIPELINE_SOURCE == "push" && $CI_PROJECT_ROOT_NAMESPACE == "project"
        # The last rule above blocks manual and scheduled pipelines on non-default branch. The rule below allows them:
        ......
        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