Skip to content

Commit f8345e6

Browse files
jotjernjunlarsen
andauthored
Improved CI/CD names (#1400)
Co-authored-by: Mats Jun Larsen <mats@jun.codes>
1 parent 2461d46 commit f8345e6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# It is responsible for verifying linting, type checking, and building packages
44
# in the entire monorepo.
55

6-
name: Integration Pipeline
6+
name: CI & CD
77
on:
88
push:
99
branches:
@@ -51,7 +51,7 @@ jobs:
5151
name: Run TypeScript type checker
5252

5353
build-brevduen:
54-
name: Build monoweb/brevduen
54+
name: brevduen
5555
runs-on: ubuntu-24.04
5656
needs:
5757
- check
@@ -69,7 +69,7 @@ jobs:
6969
git-hash: ${{ env.DEPLOYMENT_TARGET_HASH }}
7070

7171
build-dashboard:
72-
name: Build monoweb/dashboard
72+
name: dashboard
7373
runs-on: ubuntu-24.04
7474
needs:
7575
- check
@@ -87,7 +87,7 @@ jobs:
8787
git-hash: ${{ env.DEPLOYMENT_TARGET_HASH }}
8888

8989
build-invoicification:
90-
name: Build monoweb/invoicification
90+
name: invoicification
9191
runs-on: ubuntu-24.04
9292
needs:
9393
- check
@@ -105,7 +105,7 @@ jobs:
105105
git-hash: ${{ env.DEPLOYMENT_TARGET_HASH }}
106106

107107
build-kvittering-backend:
108-
name: Build monoweb/kvittering-backend
108+
name: kvittering-backend
109109
runs-on: ubuntu-24.04
110110
needs:
111111
- check
@@ -122,7 +122,7 @@ jobs:
122122
git-hash: ${{ env.DEPLOYMENT_TARGET_HASH }}
123123

124124
build-kvittering-frontend:
125-
name: Build monoweb/kvittering-frontend
125+
name: kvittering-frontend
126126
runs-on: ubuntu-24.04
127127
needs:
128128
- check
@@ -139,7 +139,7 @@ jobs:
139139
git-hash: ${{ env.DEPLOYMENT_TARGET_HASH }}
140140

141141
build-rif:
142-
name: Build monoweb/rif
142+
name: rif
143143
runs-on: ubuntu-24.04
144144
needs:
145145
- check
@@ -157,7 +157,7 @@ jobs:
157157
git-hash: ${{ env.DEPLOYMENT_TARGET_HASH }}
158158

159159
build-rpc:
160-
name: Build monoweb/rpc
160+
name: rpc
161161
runs-on: ubuntu-24.04
162162
needs:
163163
- check
@@ -175,7 +175,7 @@ jobs:
175175
git-hash: ${{ env.DEPLOYMENT_TARGET_HASH }}
176176

177177
build-splash:
178-
name: Build monoweb/splash-2025
178+
name: splash-2025
179179
runs-on: ubuntu-24.04
180180
needs:
181181
- check
@@ -192,7 +192,7 @@ jobs:
192192
git-hash: ${{ env.DEPLOYMENT_TARGET_HASH }}
193193

194194
build-web:
195-
name: Build monoweb/web
195+
name: web
196196
runs-on: ubuntu-24.04
197197
needs:
198198
- check

0 commit comments

Comments
 (0)