[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-500-gdd647a7
git at osgeo.org
git at osgeo.org
Sat Sep 4 11:21:39 PDT 2021
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 dd647a72bdd87db8734e18df57c3be5a0a2f4cde (commit)
from e2a545c1bac422c4a34b10dfec79c59963aed71e (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 dd647a72bdd87db8734e18df57c3be5a0a2f4cde
Author: Björn Harrtell <bjornharrtell at users.noreply.github.com>
Date: Sat Sep 4 15:20:29 2021 +0200
Avoid failed matrix run to cancel others
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5a42449..cb6a8da 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,6 +13,7 @@ jobs:
linux:
name: "CI"
strategy:
+ fail-fast: false
matrix:
ci:
# Use the last stable releases to run more tests
-----------------------------------------------------------------------
Summary of changes:
.github/workflows/ci.yml | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list