build(ci): cleanup jobs namespace
[e-mobility-charging-stations-simulator.git] / .github / workflows / ci.yml
index e877947347ae1d0f28c7ed232d051b58ba42ce0c..a3743ccfc5f9e641cf8e6a8646a003f97172cdde 100644 (file)
@@ -7,7 +7,7 @@ on:
   merge_group:
     branches: [main]
 jobs:
-  build:
+  build-simulator:
     strategy:
       matrix:
         os: [windows-latest, macos-latest, ubuntu-latest]
@@ -92,7 +92,7 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
           SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
-  build-docker:
+  build-docker-image:
     runs-on: ubuntu-latest
     name: Build docker image
     steps: