Skip to content

Commit 6c85994

Browse files
committed
ci: update names
1 parent 5228cd1 commit 6c85994

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.github/workflows/clean_deployments.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616

1717
jobs:
1818
cleanup:
19+
name: Clear deployments
1920
runs-on: ubuntu-latest
2021
permissions: write-all
2122

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ concurrency:
2323

2424
jobs:
2525
code_coverage:
26+
name: Calculate Coverage
2627
runs-on: ubuntu-latest
2728

2829
steps:

.github/workflows/python_publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: ./.github/workflows/typo.yml
4141

4242
deploy_to_pypi:
43+
name: Deploy to PyPI
4344
runs-on: ubuntu-latest
4445
needs: [unit_tests, static_analysis, format_check, typo_check]
4546
if: success()

.github/workflows/static_analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ concurrency:
2424

2525
jobs:
2626
static_analysis:
27+
name: Run Static Analysis
2728
runs-on: ubuntu-latest
2829
steps:
2930
- name: Checkout Repo

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ concurrency:
3434

3535
jobs:
3636
unit_tests:
37+
name: Run Unit Tests
3738
strategy:
3839
matrix:
3940
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

0 commit comments

Comments
 (0)