Skip to content
Snippets Groups Projects
Commit 3ec60b18 authored by catch's avatar catch
Browse files

Issue #3388309 by catch: Only run one postgres version on commit

parent 6efb70cd
No related branches found
No related tags found
Loading
Pipeline #21864 failed
Pipeline: drupal

#21871

    Pipeline: drupal

    #21870

      Pipeline: drupal

      #21869

        ......@@ -170,13 +170,13 @@ stages:
        _TARGET_DB: "mysql-5.7"
        'PHP 8.2 PostgreSQL 14.1':
        <<: [ *default-stage, *run-on-commit ]
        <<: [ *default-stage, *run-daily ]
        variables:
        _TARGET_PHP: "8.2"
        _TARGET_DB: "pgsql-14.1"
        'PHP 8.2 PostgreSQL 15':
        <<: [ *default-stage, *run-on-commit ]
        <<: [ *default-stage, *run-daily ]
        variables:
        _TARGET_PHP: "8.2"
        _TARGET_DB: "pgsql-15"
        ......
        • catch @catch

          mentioned in commit e4a65dd9

          ·

          mentioned in commit e4a65dd9

          Toggle commit list
        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