Renamed a few jobs (#246)

This commit is contained in:
2023-10-19 19:43:55 +02:00
committed by GitHub
parent eeddfe91e6
commit 86daa9a781
2 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,7 @@ on:
jobs:
test:
name: Pytest
runs-on: ubuntu-latest
timeout-minutes: 10
@ -105,6 +106,7 @@ jobs:
path: htmlcov/
build:
name: Wheel-Build
if: ${{ github.event_name == 'push'}}
runs-on: ubuntu-latest
needs: test
@ -134,6 +136,7 @@ jobs:
path: dist/
docker-build:
name: Docker Build
if: ${{ github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/dependabot/')}}
runs-on: ubuntu-latest
needs: [build]