chore(ci) Giudes -> Guides (#1455) #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Verify Guides (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@main | |
with: | |
test-file: "billion-scale-image-search/README.md" |