pull/7154/head
Gokhan Gulbiz 2023-08-16 18:56:28 +03:00
parent a5a65ccb4b
commit 80db3f11c2
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ on:
# GIT_USERNAME: xxxx
jobs:
build:
name: Build Citus for PostgreSQL ${{ matrix.pg_version}}
name: Build for PG ${{ matrix.pg_version}}
strategy:
fail-fast: false
matrix:
@ -64,7 +64,7 @@ jobs:
./build-${{ matrix.pg_major }}/*
./install-${{ matrix.pg_major }}.tar
test-citus:
name: Test Citus ${{ matrix.make }} on PostgreSQL ${{ matrix.pg_version }}
name: Test ${{ matrix.make }} PG${{ matrix.pg_version }}
strategy:
fail-fast: false
matrix: