removed release build to test regress test

This commit is contained in:
Abhijeet Patil
2024-01-12 15:43:30 +00:00
parent 28715b64df
commit e584ff5630

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 }}