Commit ffca7647 authored by Simon Cornet's avatar Simon Cornet
Browse files

[ci] style: prettify job name

parent 571bec65
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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: