From 6e6aca012a8099858fb080aa33e3cab1cdcb64eb Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 11 Nov 2021 22:49:34 +0100 Subject: [PATCH] Shorter names in the build 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 | 6 +----- .github/workflows/tests.yml | 3 --- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 76fd3caa7..dc9a9fc1a 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e5329e938..60501c0fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: -- 2.47.2