Skip to content
Snippets Groups Projects
Verified Commit d36e28b8 authored by Dave Long's avatar Dave Long
Browse files

Issue #3409961 by catch, fjgarlin: Set all 10.1.x jobs to on commit and remove the 10.1.x schedule

parent 4948333b
Branches
No related tags found
3 merge requests!11628Update file MediaLibraryWidget.php,!7564Revert "Issue #3364773 by roshnichordiya, Chris Matthews, thakurnishant_06,...,!3106Issue #3017548: "Filtered HTML" text format does not support manual teaser break (<!--break-->)
Pipeline #66254 failed
Pipeline: drupal

#66263

    Pipeline: drupal

    #66262

      Pipeline: drupal

      #66261

        +5
        ......@@ -171,13 +171,13 @@ stages:
        _TARGET_DB: "mysql-8"
        'PHP 8.2 PostgreSQL 14.1':
        <<: [ *default-stage, *run-daily ]
        <<: [ *default-stage, *run-on-commit ]
        variables:
        _TARGET_PHP: "8.2"
        _TARGET_DB: "pgsql-14.1"
        'PHP 8.2 PostgreSQL 15':
        <<: [ *default-stage, *run-daily ]
        <<: [ *default-stage, *run-on-commit ]
        variables:
        _TARGET_PHP: "8.2"
        _TARGET_DB: "pgsql-15"
        ......@@ -208,13 +208,13 @@ stages:
        # _TARGET_DB: "mysql-5.7"
        'PHP 8.1 PostgreSQL 14.1':
        <<: [ *default-stage, *run-daily ]
        <<: [ *default-stage, *run-on-commit ]
        variables:
        _TARGET_PHP: "8.1"
        _TARGET_DB: "pgsql-14.1"
        'PHP 8.1 SQLite 3':
        <<: [ *default-stage, *run-daily ]
        <<: [ *default-stage, *run-on-commit ]
        variables:
        _TARGET_PHP: "8.1"
        _TARGET_DB: "sqlite-3"
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Please register or to comment