[SCM] PostGIS branch stable-3.0 updated. 3.0.11-12-g92390ba3c

git at osgeo.org git at osgeo.org
Mon Apr 14 18:08:38 PDT 2025


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, stable-3.0 has been updated
       via  92390ba3cbbd1a06c8d03cbaf62e1e8ed8c870cb (commit)
      from  dceecea46792b9152380f91a892323e38bba7f60 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 92390ba3cbbd1a06c8d03cbaf62e1e8ed8c870cb
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Apr 14 21:08:28 2025 -0400

    Put in woodpecker when clause to quiet warnings

diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml
index a4202c655..c28be9fb3 100644
--- a/.woodpecker/docs.yml
+++ b/.woodpecker/docs.yml
@@ -1,5 +1,7 @@
 labels:
   platform: linux/amd64
+when:
+  event: [push, pull_request, tag]
 steps:
   - name: build
     image: docker.osgeo.org/postgis/build-test:trisquel3
diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 89280f66e..85f785b69 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,5 +1,7 @@
 labels:
   platform: linux/amd64
+when:
+  event: [push, pull_request, tag]
 matrix:
   PG_VERSION:
     - 12

-----------------------------------------------------------------------

Summary of changes:
 .woodpecker/docs.yml    | 2 ++
 .woodpecker/regress.yml | 2 ++
 2 files changed, 4 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list