ci: don't log postgres always (#17201)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L.
2025-10-02 02:31:56 +02:00
committed by GitHub
parent 686631ca84
commit 9e4b6098fd
+6 -4
View File
@@ -20,7 +20,9 @@ runs:
- name: PostgreSQL Logs
shell: bash
run: |
docker stop setup-postgresql-1
echo "::group::PostgreSQL Logs"
docker logs setup-postgresql-1
echo "::endgroup::"
if [[ $ACTIONS_RUNNER_DEBUG == 'true' || $ACTIONS_STEP_DEBUG == 'true' ]]; then
docker stop setup-postgresql-1
echo "::group::PostgreSQL Logs"
docker logs setup-postgresql-1
echo "::endgroup::"
fi