Skip to content

Commit

Permalink
chore: add support for billion-scale-image-search
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 15, 2024
1 parent 44b3d1a commit ea37335
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/verify-guides-billion-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Verify Giudes (billion scale image search)

on:
workflow_dispatch: # Allow manual triggering of this workflow.

push:
branches: ["master"]
paths:
- ".github/workflows/verify-guides-billion-image.yml" # Test changes to this file
- "billion-scale-image-search/"

pull_request:
branches: ["master"]
paths:
- ".github/workflows/verify-guides-billion-image.yml" # Test changes to this file
- "billion-scale-image-search/"

jobs:
test:
uses: vespa-engine/gh-actions/.github/workflows/verify-markdown-guides.yml@verify-markdown-guides
with:
test-file: "billion-scale-image-search/README.md"
2 changes: 1 addition & 1 deletion .github/workflows/verify-guides-billion-vector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
- "billion-scale-vector-search/"

jobs:
main:
test:
uses: vespa-engine/gh-actions/.github/workflows/verify-markdown-guides.yml@verify-markdown-guides
with:
test-file: "billion-scale-vector-search/README.md"

0 comments on commit ea37335

Please sign in to comment.