]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Shorter names in the build
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 11 Nov 2021 21:49:34 +0000 (22:49 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 13 Nov 2021 14:12:56 +0000 (15:12 +0100)
This way we should be able to more of the grid parameters in the left
column of the Github build run page.

.github/workflows/packages.yml
.github/workflows/tests.yml

index 76fd3caa7aaa1ce2ce00e2ad9c8381784fbfe106..dc9a9fc1a344a6a3fb497516951775ad1bc63857 100644 (file)
@@ -5,8 +5,7 @@ on:
 
 jobs:
 
-  source:  # {{{
-    name: Build sdist packages
+  sdist:  # {{{
     runs-on: ubuntu-20.04
 
     strategy:
@@ -85,7 +84,6 @@ jobs:
   # }}}
 
   linux:  # {{{
-    name: Build Linux packages
     runs-on: ubuntu-20.04
 
     strategy:
@@ -151,7 +149,6 @@ jobs:
   # }}}
 
   macos:  # {{{
-    name: Build MacOS packages
     runs-on: macos-10.15
 
     strategy:
@@ -189,7 +186,6 @@ jobs:
   # }}}
 
   windows:  # {{{
-    name: Build Windows packages
     runs-on: windows-2019
 
     strategy:
index e5329e938fc30e88a42ad0db788276e8a7639f9a..60501c0fb935bb6f2e8dee1c992283de4ac26b63 100644 (file)
@@ -7,7 +7,6 @@ on:
 jobs:
 
   linux:  # {{{
-    name: Test on Linux
     runs-on: ubuntu-20.04
 
     strategy:
@@ -98,7 +97,6 @@ jobs:
   # }}}
 
   macos:  # {{{
-    name: Test on MacOS
     runs-on: macos-10.15
 
     strategy:
@@ -158,7 +156,6 @@ jobs:
   # }}}
 
   windows:  # {{{
-    name: Test on Windows
     runs-on: windows-2019
 
     strategy: