|
66 | 66 | # ============================================================================ |
67 | 67 | # USER MANAGEMENT SERVICE (.NET) |
68 | 68 | # ============================================================================ |
| 69 | + # TEMPORARY: 'true' added to force all builds - remove after testing |
69 | 70 | user-management-build: |
70 | 71 | needs: detect-changes |
71 | 72 | if: | |
| 73 | + true || |
72 | 74 | github.event.inputs.force-all == 'true' || |
73 | 75 | github.event_name == 'push' || |
74 | 76 | needs.detect-changes.outputs.user-management == 'true' || |
@@ -128,9 +130,11 @@ jobs: |
128 | 130 | # ============================================================================ |
129 | 131 | # STICKER AWARD SERVICE (Go) |
130 | 132 | # ============================================================================ |
| 133 | + # TEMPORARY: 'true' added to force all builds - remove after testing |
131 | 134 | sticker-award-build: |
132 | 135 | needs: detect-changes |
133 | 136 | if: | |
| 137 | + true || |
134 | 138 | github.event.inputs.force-all == 'true' || |
135 | 139 | github.event_name == 'push' || |
136 | 140 | needs.detect-changes.outputs.sticker-award == 'true' || |
@@ -169,9 +173,11 @@ jobs: |
169 | 173 | # ============================================================================ |
170 | 174 | # STICKER CATALOGUE SERVICE (Java) |
171 | 175 | # ============================================================================ |
| 176 | + # TEMPORARY: 'true' added to force all builds - remove after testing |
172 | 177 | sticker-catalogue-build: |
173 | 178 | needs: detect-changes |
174 | 179 | if: | |
| 180 | + true || |
175 | 181 | github.event.inputs.force-all == 'true' || |
176 | 182 | github.event_name == 'push' || |
177 | 183 | needs.detect-changes.outputs.sticker-catalogue == 'true' || |
@@ -211,9 +217,11 @@ jobs: |
211 | 217 | # ============================================================================ |
212 | 218 | # WEB BACKEND SERVICE (Node.js) |
213 | 219 | # ============================================================================ |
| 220 | + # TEMPORARY: 'true' added to force all builds - remove after testing |
214 | 221 | web-backend-build: |
215 | 222 | needs: detect-changes |
216 | 223 | if: | |
| 224 | + true || |
217 | 225 | github.event.inputs.force-all == 'true' || |
218 | 226 | github.event_name == 'push' || |
219 | 227 | needs.detect-changes.outputs.web-backend == 'true' || |
|
0 commit comments