From 143f43db2af420807bf488a0c8d334bcbe1d2ae7 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 4 Jun 2026 14:51:03 +0200 Subject: [PATCH v10.1.pe] Use NOTE instead of CAUTION. --- .github/workflows/pg-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml index eaf32c756e2..1b0e967ee7d 100644 --- a/.github/workflows/pg-ci.yml +++ b/.github/workflows/pg-ci.yml @@ -150,15 +150,15 @@ jobs: - name: Warn env: MSG: | - > [!CAUTION] - > CI is not enabled in this repository + > [!NOTE] + > PostgreSQL CI is not enabled in this repository > > To enable, go to ${{github.server_url}}/${{github.repository}}/settings/variables/actions > and create a new variable named PG_CI_ENABLED, with the value 1. > > To avoid seeing this message over and over, go to > ${{github.server_url}}/${{github.repository}}/actions/workflows/pg-ci.yml - > and click on the three dots at the top right and choose "Disable workflow" + > and click on the three dots at the top right and choose "Disable workflow". run: | echo "$MSG" >> "$GITHUB_STEP_SUMMARY" -- 2.54.0