Skip to content

Commit

Permalink
chore: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Nov 18, 2024
1 parent e0bb6c8 commit a8c05b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-nix-pgupgrade-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
publish-prod:
needs: prepare
runs-on: ubuntu-latest
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
if: github.ref_name == 'sam/publish-gh-actions' || contains( github.ref, 'release' )

strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgres15: "15.8.1.010-staging1"
postgres16: "16.3.1.016-staging1"
postgres15: "15.8.1.010-staging2"
postgres16: "16.3.1.016-staging2"

# Non Postgres Extensions
pgbouncer_release: "1.19.0"
Expand Down

0 comments on commit a8c05b0

Please sign in to comment.