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 bdd232f
Show file tree
Hide file tree
Showing 5 changed files with 2 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.

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 @@ -15,6 +15,6 @@ on:

jobs:
main:
uses: ./.github/workflows/verify-guides.yml
uses: vespa-engine/gh-actions/.github/workflows/verify-markdown-guides.yml@main
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 bdd232f

Please sign in to comment.