Skip to content

Commit 5bb16c5

Browse files
committed
temporarily trigger all
1 parent 9f72523 commit 5bb16c5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/unified-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ jobs:
6666
# ============================================================================
6767
# USER MANAGEMENT SERVICE (.NET)
6868
# ============================================================================
69+
# TEMPORARY: 'true' added to force all builds - remove after testing
6970
user-management-build:
7071
needs: detect-changes
7172
if: |
73+
true ||
7274
github.event.inputs.force-all == 'true' ||
7375
github.event_name == 'push' ||
7476
needs.detect-changes.outputs.user-management == 'true' ||
@@ -128,9 +130,11 @@ jobs:
128130
# ============================================================================
129131
# STICKER AWARD SERVICE (Go)
130132
# ============================================================================
133+
# TEMPORARY: 'true' added to force all builds - remove after testing
131134
sticker-award-build:
132135
needs: detect-changes
133136
if: |
137+
true ||
134138
github.event.inputs.force-all == 'true' ||
135139
github.event_name == 'push' ||
136140
needs.detect-changes.outputs.sticker-award == 'true' ||
@@ -169,9 +173,11 @@ jobs:
169173
# ============================================================================
170174
# STICKER CATALOGUE SERVICE (Java)
171175
# ============================================================================
176+
# TEMPORARY: 'true' added to force all builds - remove after testing
172177
sticker-catalogue-build:
173178
needs: detect-changes
174179
if: |
180+
true ||
175181
github.event.inputs.force-all == 'true' ||
176182
github.event_name == 'push' ||
177183
needs.detect-changes.outputs.sticker-catalogue == 'true' ||
@@ -211,9 +217,11 @@ jobs:
211217
# ============================================================================
212218
# WEB BACKEND SERVICE (Node.js)
213219
# ============================================================================
220+
# TEMPORARY: 'true' added to force all builds - remove after testing
214221
web-backend-build:
215222
needs: detect-changes
216223
if: |
224+
true ||
217225
github.event.inputs.force-all == 'true' ||
218226
github.event_name == 'push' ||
219227
needs.detect-changes.outputs.web-backend == 'true' ||

0 commit comments

Comments
 (0)