Skip to content

Commit

Permalink
Skip Pg17 build for DW stack
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Dec 5, 2024
1 parent bb67e12 commit 944160b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_tembo_pg_slim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ jobs:
env:
CONTAINER_NAME: "dw-cnpg"
steps:
- name: Skip job if matrix.pg_version is 17
if: ${{ matrix.pg_version == '17' }}
run: echo "Skipping build for PostgreSQL version 17" && exit 0
- uses: actions/checkout@v4
- name: Build Docker images based on conditions
run: |
Expand Down

0 comments on commit 944160b

Please sign in to comment.