Skip to content

Commit

Permalink
Shorten names a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Aug 28, 2024
1 parent 627e1a8 commit e26ec63
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests and publish Python distribution to PyPI
name: Test & Publish

on:
[push, pull_request]
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
path: database/

tests:
name: Call ci unit tests workflow
name: Testing
uses: ./.github/workflows/ci.yml
needs:
- build
Expand All @@ -77,7 +77,7 @@ jobs:
- run: echo "null"

update_ORM:
name: Call orm update workflow
name: Update ORM
permissions:
contents: write
pull-requests: write
Expand All @@ -90,8 +90,7 @@ jobs:


publish-to-pypi:
name: >-
Publish Python distribution to PyPI
name: Publish PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- tests
Expand All @@ -112,9 +111,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

github-release:
name: >-
Sign the Python distribution with Sigstore
and upload them to GitHub Release
name: Publish Github Release
needs:
- publish-to-pypi
runs-on: ubuntu-latest
Expand Down

0 comments on commit e26ec63

Please sign in to comment.