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