Skip to content

Commit

Permalink
chore(pg): fix typo naming dedicated deployments for releases (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelacruzb authored Dec 29, 2023
1 parent 7b9961f commit be4b5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/postgres-ded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set PG_PREFIX for releases
- name: Set PG_PREFIX for releases
if: startsWith(github.event.pull_request.head.ref, 'release/')
run: |
echo "PG_PREFIX=dedicated_release_${{ github.event.pull_request.number }}_" >> $GITHUB_ENV
Expand Down

0 comments on commit be4b5f1

Please sign in to comment.