[geos-commits] [SCM] GEOS branch main updated. 7a9d6caaa9f9b3e8fcbad6bfaf9e5b5ac43aeafe

git at osgeo.org git at osgeo.org
Tue Feb 6 16:04:26 PST 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 "GEOS".

The branch, main has been updated
       via  7a9d6caaa9f9b3e8fcbad6bfaf9e5b5ac43aeafe (commit)
      from  6e15c6ca1f948d18745e54b7e4ef121a205fda9a (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 7a9d6caaa9f9b3e8fcbad6bfaf9e5b5ac43aeafe
Author: Even Rouault <even.rouault at spatialys.com>
Date:   Wed Feb 7 01:03:54 2024 +0100

    ci.yml: add automatic cancellation of current builds if new commits are pushed, and tighten permissions (#1043)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0f142e9bc..5ef5ef60b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -14,6 +14,13 @@ on:
     paths-ignore:
       - '**.md'
 
+concurrency:
+  group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
+  cancel-in-progress: true
+
+permissions:
+  contents: read  #  to fetch code (actions/checkout)
+
 env:
   CCACHE_BASEDIR: ${{ github.workspace }}
   CCACHE_DIR: ${{ github.workspace }}/.ccache

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

Summary of changes:
 .github/workflows/ci.yml | 7 +++++++
 1 file changed, 7 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list