Skip to content

Commit 356f9b1

Browse files
committed
chore: trigger build
1 parent 4e7d560 commit 356f9b1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ami-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- develop
7+
- cleanup
78
paths:
89
- '.github/workflows/ami-release.yml'
910
- 'common.vars.pkr.hcl'
@@ -137,7 +138,7 @@ jobs:
137138
target_commitish: ${{github.sha}}
138139

139140
- name: Slack Notification on Failure
140-
if: ${{ failure() }}
141+
if: ${{ false }}
141142
uses: rtCamp/action-slack-notify@v2
142143
env:
143144
SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK }}

common.vars.pkr.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.91"
1+
postgres-version = "15.1.0.92-rc1"

0 commit comments

Comments
 (0)