[ci] style: prettify job name
All checks were successful
Build and Publish / Build (push) Successful in 36s
Build and Publish / Deployment (push) Successful in 1m21s

This commit is contained in:
Simon Cornet 2024-07-04 16:08:35 +02:00
parent 2e41e932f7
commit 2df31ad846

View File

@ -11,7 +11,7 @@ on:
jobs:
# build container
build:
Build:
runs-on: 'ubuntu-latest'
steps:
@ -39,7 +39,7 @@ jobs:
# ansible deployment
deployment:
Deployment:
runs-on: 'ubuntu-latest'
steps: