Skip to content

Commit 4bfba1d

Browse files
author
chadcarlson
committed
Message.
1 parent d483ded commit 4bfba1d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
deploy:
8-
name: Publish to pypi
8+
name: [publish] pypi
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2

.github/workflows/quality-assurance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
name: Build and test on ${{ matrix.python }}
9+
name: '[Build/test] Python ${{ matrix.python }}'
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:

0 commit comments

Comments
 (0)