Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit 68a1dab

Browse files
committed
Temporarily disable release build tests for 0.6.0
Due to a _very fun_ cyclical dependency between Promscale and the tests which run during Promscale Extension release builds, we are unable to release at the moment. This is a simple stop-gap to allow the release, but we need a better fix soon.
1 parent 7b3aca6 commit 68a1dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ jobs:
114114
ls -la artifacts/*
115115
116116
- name: Test package against all variants
117+
if: ${{ false }} # temporarily disabling this test to allow the release to build for 0.6.0
117118
env:
118119
PG_VERSION: ${{ matrix.postgres.version }}
119120
DOCKER_PLATFORM: ${{ matrix.os.name }}/${{ matrix.arch.platform }}

0 commit comments

Comments
 (0)