From ffca7647e124f3d0bec4cc1b43acfb8ac686ff8f Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 4 Jul 2024 16:07:35 +0200 Subject: [PATCH] [ci] style: prettify job name --- .gitea/workflows/build.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 1696e1a..9dda75f 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -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: