[SCM] PostGIS branch master updated. 3.4.0rc1-1058-gc25c64341

git at osgeo.org git at osgeo.org
Sat Mar 23 12:09:04 PDT 2024


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, master has been updated
       via  c25c64341c5a31ecb0bbcd17740bb000bd9cf759 (commit)
      from  a1e879d1c4e6757ec6de447ba73476e4d87e9384 (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 c25c64341c5a31ecb0bbcd17740bb000bd9cf759
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Mar 23 15:09:00 2024 -0400

    Quiet when needs event warnings

diff --git a/.woodpecker/regress.yml b/.woodpecker/regress.yml
index 2765002d5..e5ca05664 100644
--- a/.woodpecker/regress.yml
+++ b/.woodpecker/regress.yml
@@ -1,3 +1,5 @@
+when:
+  event: [push, pull_request, tag]
 variables:
   test-image: &test-image docker.osgeo.org/postgis/build-test:trisquel3
   steps-env: &steps-env
diff --git a/.woodpecker/tools.yml b/.woodpecker/tools.yml
index 11320660f..0d5033f07 100644
--- a/.woodpecker/tools.yml
+++ b/.woodpecker/tools.yml
@@ -1,3 +1,5 @@
+when:
+  event: [push, pull_request, tag]
 steps:
   build:
     image: docker.osgeo.org/postgis/build-test:trisquel3

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list