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

This commit is contained in:
Simon Cornet 2024-07-04 16:07:35 +02:00
parent 571bec654f
commit ffca7647e1

View File

@ -9,7 +9,9 @@ on:
# build job
jobs:
build:
# build container
Build:
runs-on: 'ubuntu-latest'
steps:
@ -38,7 +40,7 @@ jobs:
# ansible deployment
deployment:
Deployment:
runs-on: 'ubuntu-latest'
steps: