Skip to content

Commit c12b3d2

Browse files
authored
Remove double calling of ci (#1450)
1 parent d381a69 commit c12b3d2

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

.github/workflows/build-ecr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Build and Push to ECR
22

33
on:
4-
push:
5-
branches: [main, staging]
64
workflow_call:
5+
workflow_dispatch:
76

87
permissions:
98
id-token: write

.github/workflows/build-ghcr-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build GHCR Images (Build Only)
22

33
on:
44
workflow_call:
5+
workflow_dispatch:
56

67
permissions:
78
contents: read

.github/workflows/build-ghcr-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Push GHCR Images
22

33
on:
44
workflow_call:
5+
workflow_dispatch:
56

67
permissions:
78
contents: read

.github/workflows/docs-embeddings.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: Process Docs Embeddings
22

33
on:
4-
push:
5-
branches: [main, staging]
6-
paths:
7-
- 'apps/docs/**'
8-
workflow_dispatch: # Allow manual triggering
94
workflow_call:
5+
workflow_dispatch: # Allow manual triggering
106

117
jobs:
128
process-docs-embeddings:

.github/workflows/trigger-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Trigger.dev Deploy
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
- staging
84
workflow_call:
5+
workflow_dispatch:
96

107
jobs:
118
deploy:

0 commit comments

Comments
 (0)