Skip to content

Commit

Permalink
chore: move to reusable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 14, 2024
1 parent 0f0f1d2 commit 44b3d1a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 115 deletions.
36 changes: 0 additions & 36 deletions .github/actions/free-space/action.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/actions/install-deps/action.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/verify-guides-billion-vector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,17 @@ on:
push:
branches: ["master"]
paths:
- ".github/workflows/verify-guides-billion-vector.yml" # Test changes to this file
- "billion-scale-vector-search/"

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

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

jobs:
main:
uses: ./.github/workflows/verify-guides.yml
uses: vespa-engine/gh-actions/.github/workflows/verify-markdown-guides.yml@verify-markdown-guides
with:
test-config-path: "test/_test_config.yml"
51 changes: 0 additions & 51 deletions .github/workflows/verify-guides.yml

This file was deleted.

0 comments on commit 44b3d1a

Please sign in to comment.