mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-05-06 03:37:28 +02:00
Renamed a few jobs (#246)
This commit is contained in:
parent
eeddfe91e6
commit
86daa9a781
4
.github/workflows/documentation.yaml
vendored
4
.github/workflows/documentation.yaml
vendored
@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
doc-build:
|
doc-build:
|
||||||
name: Build
|
name: Doc-Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install prio to running the process
|
- name: Install prio to running the process
|
||||||
@ -40,7 +40,7 @@ jobs:
|
|||||||
path: documentations/_build/html/
|
path: documentations/_build/html/
|
||||||
|
|
||||||
doc-deploy:
|
doc-deploy:
|
||||||
name: Deployment
|
name: Doc-Deployment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: doc-build
|
needs: doc-build
|
||||||
permissions:
|
permissions:
|
||||||
|
3
.github/workflows/test-and-build-action.yaml
vendored
3
.github/workflows/test-and-build-action.yaml
vendored
@ -10,6 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
name: Pytest
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
||||||
@ -105,6 +106,7 @@ jobs:
|
|||||||
path: htmlcov/
|
path: htmlcov/
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
name: Wheel-Build
|
||||||
if: ${{ github.event_name == 'push'}}
|
if: ${{ github.event_name == 'push'}}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: test
|
needs: test
|
||||||
@ -134,6 +136,7 @@ jobs:
|
|||||||
path: dist/
|
path: dist/
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
|
name: Docker Build
|
||||||
if: ${{ github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/dependabot/')}}
|
if: ${{ github.event_name == 'push' && !startsWith(github.ref, 'refs/heads/dependabot/')}}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user