mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-09 15:07:55 -05:00
Remove double calling of ci (#1450)
This commit is contained in:
committed by
GitHub
parent
d381a69c9f
commit
c12b3d2550
3
.github/workflows/build-ecr.yml
vendored
3
.github/workflows/build-ecr.yml
vendored
@@ -1,9 +1,8 @@
|
||||
name: Build and Push to ECR
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, staging]
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
id-token: write
|
||||
|
||||
1
.github/workflows/build-ghcr-build.yml
vendored
1
.github/workflows/build-ghcr-build.yml
vendored
@@ -2,6 +2,7 @@ name: Build GHCR Images (Build Only)
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
1
.github/workflows/build-ghcr-push.yml
vendored
1
.github/workflows/build-ghcr-push.yml
vendored
@@ -2,6 +2,7 @@ name: Push GHCR Images
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
6
.github/workflows/docs-embeddings.yml
vendored
6
.github/workflows/docs-embeddings.yml
vendored
@@ -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:
|
||||
|
||||
5
.github/workflows/trigger-deploy.yml
vendored
5
.github/workflows/trigger-deploy.yml
vendored
@@ -1,11 +1,8 @@
|
||||
name: Trigger.dev Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- staging
|
||||
workflow_call:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user