[DO NOT MERGE] build only debug build for v14

This commit is contained in:
Alexander Bayandin
2024-01-10 12:03:06 +00:00
committed by Christian Schwarz
parent 4204a7dd59
commit 800d3d1cee

View File

@@ -190,7 +190,7 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: [ debug, release ]
build_type: [ debug ]
env:
BUILD_TYPE: ${{ matrix.build_type }}
GIT_VERSION: ${{ github.event.pull_request.head.sha || github.sha }}
@@ -424,8 +424,8 @@ jobs:
strategy:
fail-fast: false
matrix:
build_type: [ debug, release ]
pg_version: [ v14, v15, v16 ]
build_type: [ debug ]
pg_version: [ v14 ]
steps:
- name: Checkout
uses: actions/checkout@v3