Skip to content

Commit

Permalink
run ollama on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed May 31, 2024
1 parent 6de1ebf commit 7ccb7e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ollama.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: ollama smoke tests
on:
workflow_dispatch:
pull_request:
paths:
- yarn.lock
- "packages/core/**/*"
- "packages/cli/**/*"
- "packages/samples/**/*"
push:
paths:
- yarn.lock
Expand Down

0 comments on commit 7ccb7e9

Please sign in to comment.