You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/08/23 15:35:03 UTC

[buildstream] branch master updated: .github/workflows/release.yml: Fix names of 'test_wheel' jobs

This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/master by this push:
     new cb52bf925 .github/workflows/release.yml: Fix names of 'test_wheel' jobs
     new b6b96a6b1 Merge pull request #1737 from ssssam/sam/release-workflow-fix
cb52bf925 is described below

commit cb52bf925d386f2568855a82abcce8a43f0aced0
Author: Sam Thursfield <sa...@codethink.co.uk>
AuthorDate: Tue Aug 23 17:25:08 2022 +0200

    .github/workflows/release.yml: Fix names of 'test_wheel' jobs
    
    The 'test_wheel' job is defined twice, in ci.yml and release.yml. This
    copies a small fix from ci.yml to release.yml so the jobs have useful
    names.
---
 .github/workflows/release.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index ccd0f717c..125b45ec9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -77,7 +77,7 @@ jobs:
           path: ./wheelhouse/*.whl
 
   test_wheels:
-    name: Test Python wheel packages on ${{ matrix.os }}
+    name: "Test Python packages: ${{ matrix.test-name }}"
     needs: [build_wheels]
     runs-on: ubuntu-20.04