From 77acd4101b017bc66fd225ddde31f93dada3c74c Mon Sep 17 00:00:00 2001 From: David Bitner Date: Wed, 24 Jan 2024 12:20:44 -0600 Subject: [PATCH] remove verbose name --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index bd8b9309..ddb9e284 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -47,7 +47,7 @@ jobs: # This builds a base postgres image that has everything installed to be able to run pgstac. This image does not have pgstac itself installed. buildpg: - name: Build and push base postgres image (you will need to run pypgstac migrate to install pgstac) + name: Build and push base postgres image if: ${{ needs.changes.outputs.buildpgdocker == 'true' }} runs-on: ubuntu-latest needs: [changes] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 748954cc..535dcc3e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: # This builds a base postgres image that has everything installed to be able to run pgstac. buildpg: - name: Build and push base postgres image (you will need to run pypgstac migrate to install pgstac) + name: Build and push base postgres image runs-on: ubuntu-latest steps: - uses: actions/checkout@v3