Skip to content

Commit

Permalink
shorter names
Browse files Browse the repository at this point in the history
  • Loading branch information
berndgassmann committed Jan 26, 2024
1 parent 9aacfc9 commit bfd9f51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test of AD-RSS Library
name: Test

on:
push:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
CXX: /usr/bin/clang++-14
PYTHON_BINDING_VERSION: "3.10"

name: ${{ matrix.os }}, python-${{ matrix.PYTHON_BINDING_VERSION }}
name: [${{ matrix.os }}]: ${{ matrix.compiler }}, python-${{ matrix.PYTHON_BINDING_VERSION }}
runs-on: ${{ matrix.os }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Publish wheels for ad-rss-lib Library
name: Wheels

on:
release:
Expand All @@ -20,7 +20,7 @@ jobs:
PYTHON_BINDING_VERSION: "3.10"
- os: ubuntu-20.04
PYTHON_BINDING_VERSION: "3.8"
name: python-${{ matrix.PYTHON_BINDING_VERSION }}
name: [${{ matrix.os }}]: python-${{ matrix.PYTHON_BINDING_VERSION }}
runs-on: ${{ matrix.os }}
env:
WHEEL_PLATFORM: manylinux_2_28_x86_64
Expand Down

0 comments on commit bfd9f51

Please sign in to comment.