Skip to content

Commit fdf03ea

Browse files
committed
ci: remove threadwinds-ingestion from deployment pipeline
1 parent 263993a commit fdf03ea

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/v10-deployment-pipeline.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,6 @@ jobs:
249249
image_name: sophos
250250
tag: ${{ needs.setup_deployment.outputs.tag }}
251251

252-
build_threadwinds_ingestion:
253-
name: Build Threadwinds-Ingestion Microservice
254-
needs: [validations,setup_deployment]
255-
if: ${{ needs.setup_deployment.outputs.tag != '' }}
256-
uses: ./.github/workflows/reusable-golang.yml
257-
with:
258-
image_name: threadwinds-ingestion
259-
tag: ${{ needs.setup_deployment.outputs.tag }}
260-
261252
build_user_auditor:
262253
name: Build User-Auditor Microservice
263254
needs: [validations,setup_deployment]
@@ -290,7 +281,6 @@ jobs:
290281
build_aws, build_backend, build_correlation, build_frontend,
291282
build_bitdefender, build_mutate, build_office365,
292283
build_log_auth_proxy, build_soc_ai, build_sophos,
293-
build_threadwinds_ingestion,
294284
build_user_auditor, build_web_pdf
295285
]
296286
if: ${{ needs.setup_deployment.outputs.tag != '' }}

0 commit comments

Comments
 (0)