Skip to content

Commit a8c05b0

Browse files
committed
chore: trigger build
1 parent e0bb6c8 commit a8c05b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-nix-pgupgrade-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
publish-prod:
8787
needs: prepare
8888
runs-on: ubuntu-latest
89-
if: github.ref_name == 'develop' || contains( github.ref, 'release' )
89+
if: github.ref_name == 'sam/publish-gh-actions' || contains( github.ref, 'release' )
9090

9191
strategy:
9292
matrix:

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ postgres_major:
1111

1212
# Full version strings for each major version
1313
postgres_release:
14-
postgres15: "15.8.1.010-staging1"
15-
postgres16: "16.3.1.016-staging1"
14+
postgres15: "15.8.1.010-staging2"
15+
postgres16: "16.3.1.016-staging2"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)