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

[ci] style: prettify job name

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