From: Andres Freund Date: Wed, 3 Jun 2026 01:31:36 -0400 Subject: [PATCH v8a 04/14] ci: Store build/meson-logs and name "id: os" task --- .github/workflows/pg-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml index 8594d540f6a..a4fd4f42a50 100644 --- a/.github/workflows/pg-ci.yml +++ b/.github/workflows/pg-ci.yml @@ -157,7 +157,8 @@ jobs: ulimit -a -H && ulimit -a -S env - - id: os + - name: Parse ci-os-only + id: os env: MSG: ${{ github.event.head_commit.message }} shell: bash @@ -328,6 +329,7 @@ jobs: **/*.diffs **/regress_log_* **/crashlog-*.txt + build/meson-logs/** if-no-files-found: ignore -- 2.54.0.380.gc69baaf57b --vphnza2cz5zw5t4a Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v8a-0005-ci-Use-mingw-pkgconf-instead-of-pkg-config-packa.patch"