Skip to content

Commit dbd53ad

Browse files
committed
add workflow_dispatch for testing
1 parent 5ba4f94 commit dbd53ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sync-orama.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ on:
1717
- main
1818
types:
1919
- labeled
20+
workflow_dispatch:
2021

2122
permissions:
2223
contents: read
2324

2425
jobs:
2526
sync-orama-cloud:
26-
needs: get-vercel-preview
27-
if: needs.get-vercel-preview.outputs.deployment_found == 'true'
2827
name: Sync Orama Cloud
2928
runs-on: ubuntu-latest
3029

0 commit comments

Comments
 (0)