We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7d560 commit 356f9b1Copy full SHA for 356f9b1
.github/workflows/ami-release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- develop
7
+ - cleanup
8
paths:
9
- '.github/workflows/ami-release.yml'
10
- 'common.vars.pkr.hcl'
@@ -137,7 +138,7 @@ jobs:
137
138
target_commitish: ${{github.sha}}
139
140
- name: Slack Notification on Failure
- if: ${{ failure() }}
141
+ if: ${{ false }}
142
uses: rtCamp/action-slack-notify@v2
143
env:
144
SLACK_WEBHOOK: ${{ secrets.SLACK_NOTIFICATIONS_WEBHOOK }}
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.91"
+postgres-version = "15.1.0.92-rc1"
0 commit comments