Skip to content

Commit

Permalink
remove verbose name
Browse files Browse the repository at this point in the history
  • Loading branch information
bitner committed Jan 24, 2024
1 parent 0fa5a6e commit 77acd41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77acd41

Please sign in to comment.