[geos-commits] [SCM] GEOS branch main updated. 27833c0575f1a230249c4c9dd1f3d79847abe364

git at osgeo.org git at osgeo.org
Sat May 20 03:59:24 PDT 2023


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  27833c0575f1a230249c4c9dd1f3d79847abe364 (commit)
      from  d70705901a6a2720acea7edfa7cc081d56b3db51 (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 27833c0575f1a230249c4c9dd1f3d79847abe364
Author: Mike Taves <mwtoews at gmail.com>
Date:   Fri May 19 16:16:18 2023 +1200

    GHA: provide unique Job ID names (for `act -l` and `act -j name`)

diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml
index b6983a3be..5b4aca3e2 100644
--- a/.github/workflows/container.yml
+++ b/.github/workflows/container.yml
@@ -14,9 +14,9 @@ on:
 
 jobs:
 
-  linux:
+  container:
 
-    name: 'Linux'
+    name: 'Build container'
     if: github.repository == 'libgeos/geos'
     runs-on: ubuntu-latest
 
diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml
index 15cfad8a3..019c1ce24 100644
--- a/.github/workflows/web.yml
+++ b/.github/workflows/web.yml
@@ -11,7 +11,7 @@ on:
       - main
 
 jobs:
-  linux:
+  web:
     name: 'Build Web'
     runs-on: ubuntu-latest
 

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

Summary of changes:
 .github/workflows/container.yml | 4 ++--
 .github/workflows/web.yml       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list