Remove double calling of ci (#1450)

This commit is contained in:
Siddharth Ganesan
2025-09-25 12:39:39 -07:00
committed by GitHub
parent d381a69c9f
commit c12b3d2550
5 changed files with 5 additions and 11 deletions

View File

@@ -1,9 +1,8 @@
name: Build and Push to ECR
on:
push:
branches: [main, staging]
workflow_call:
workflow_dispatch:
permissions:
id-token: write

View File

@@ -2,6 +2,7 @@ name: Build GHCR Images (Build Only)
on:
workflow_call:
workflow_dispatch:
permissions:
contents: read

View File

@@ -2,6 +2,7 @@ name: Push GHCR Images
on:
workflow_call:
workflow_dispatch:
permissions:
contents: read

View File

@@ -1,12 +1,8 @@
name: Process Docs Embeddings
on:
push:
branches: [main, staging]
paths:
- 'apps/docs/**'
workflow_dispatch: # Allow manual triggering
workflow_call:
workflow_dispatch: # Allow manual triggering
jobs:
process-docs-embeddings:

View File

@@ -1,11 +1,8 @@
name: Trigger.dev Deploy
on:
push:
branches:
- main
- staging
workflow_call:
workflow_dispatch:
jobs:
deploy: