Skip to content

Commit e0869c9

Browse files
str4t0mpdgendt
authored andcommitted
.github: add a few names to workflow jobs
Adds names to workflow jobs without names. Signed-off-by: Thomas Stranger <[email protected]>
1 parent 15bdf4a commit e0869c9

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515

1616
jobs:
1717
dependency-review:
18+
name: Review Dependencies
1819
runs-on: ubuntu-latest
1920
steps:
2021
- name: 'Checkout Repository'

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ permissions:
77

88
jobs:
99
package:
10+
name: Python Package
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/test-distros.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ permissions:
3535

3636
jobs:
3737
build:
38+
name: Run Python Tests on Linux distros
3839
runs-on: ubuntu-latest
3940
container: ${{ matrix.container }}
4041
strategy:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ concurrency:
1212

1313
jobs:
1414
build:
15+
name: Build python tests
1516
runs-on: ${{ matrix.os }}
1617
strategy:
1718
fail-fast: false
@@ -48,6 +49,7 @@ jobs:
4849
include-hidden-files: true
4950

5051
coverage-report:
52+
name: Report test coverage
5153
runs-on: ubuntu-latest
5254
needs: ["build"]
5355
steps:

0 commit comments

Comments
 (0)