Skip to content

Commit 23f7a44

Browse files
test
1 parent be702bd commit 23f7a44

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/pg-extension-build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ env:
3535
GREEN: "\e[92m"
3636
RED: "\e[91m"
3737
DEFAULT: "\e[0m"
38-
PG_VERSION: "${{ inputs.pg_version }}"
38+
PG_VERSION: "${{ inputs.pg_version || '18' }}"
3939

4040
jobs:
4141
setup:
@@ -49,9 +49,6 @@ jobs:
4949
- name: Set versions to build
5050
id: set-versions
5151
run: |-
52-
if [ "${{ github.event_name }}" == 'push']; then
53-
PG_VERSION="all"
54-
fi
5552
if [ "${PG_VERSION}" == "all" ]; then
5653
echo "versions=[\"16\",\"17\",\"18\"]" >> "${GITHUB_OUTPUT}"
5754
echo "versions-list=16,17,18" >> "${GITHUB_OUTPUT}"

0 commit comments

Comments
 (0)