Skip to content

Commit 422fdaf

Browse files
committed
fix: release workflow
1 parent db0b62e commit 422fdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
# For Linux, use custom Docker image with plpgsql_check
7171
- name: Build and start PostgreSQL with plpgsql_check
72-
if: runner.os == 'Linux'
72+
if: runner.os == 'macOS' || runner.os == 'Linux'
7373
run: |
7474
docker build -t postgres-plpgsql-check:latest .
7575
docker run -d --name postgres \

0 commit comments

Comments
 (0)