[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0alpha1-106-gcc78c2e40

git at osgeo.org git at osgeo.org
Thu Jun 30 15:00:33 PDT 2022


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  cc78c2e4050b66c5103c3b359bcae56f5023a4ed (commit)
      from  a9c4134d41f86212fdb1da5efce177baaee0e78a (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 cc78c2e4050b66c5103c3b359bcae56f5023a4ed
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jun 30 15:00:29 2022 -0700

    Disable msys CI

diff --git a/.github/workflows/msys.yml b/.github/workflows/msys.yml
index 273318f9f..abbd824e5 100644
--- a/.github/workflows/msys.yml
+++ b/.github/workflows/msys.yml
@@ -3,7 +3,8 @@ on: [push, pull_request]
 
 jobs:
   mingw:
-    if: 'false' == 'true'
+    # disable msys for now
+    if: github.repository == 'nomatch'
     name: mingw
     runs-on: windows-latest
     strategy:

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

Summary of changes:
 .github/workflows/msys.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list