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