mirror of https://github.com/citusdata/citus.git
Remove unused artifact upload
parent
775c2b619d
commit
dc1883278e
|
@ -96,7 +96,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: build-${{ env.PG_MAJOR }}
|
name: build-${{ env.PG_MAJOR }}
|
||||||
path: |-
|
path: |-
|
||||||
./build-${{ env.PG_MAJOR }}/*
|
|
||||||
./install-${{ env.PG_MAJOR }}.tar
|
./install-${{ env.PG_MAJOR }}.tar
|
||||||
test-citus:
|
test-citus:
|
||||||
name: PG${{ matrix.pg_version }} - ${{ matrix.make }}
|
name: PG${{ matrix.pg_version }} - ${{ matrix.make }}
|
||||||
|
|
|
@ -38,7 +38,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: build-${{ env.PG_MAJOR }}
|
name: build-${{ env.PG_MAJOR }}
|
||||||
path: |-
|
path: |-
|
||||||
./build-${{ env.PG_MAJOR }}/*
|
|
||||||
./install-${{ env.PG_MAJOR }}.tar
|
./install-${{ env.PG_MAJOR }}.tar
|
||||||
prepare_parallelization_matrix:
|
prepare_parallelization_matrix:
|
||||||
name: Prepare parallelization matrix
|
name: Prepare parallelization matrix
|
||||||
|
|
Loading…
Reference in New Issue