Skip to content

Commit

Permalink
Merge pull request #330 from ollama/parth/qol-disable-tests-for-readm…
Browse files Browse the repository at this point in the history
…es-and-examples

Disable tests for READMEs and examples
  • Loading branch information
mxyng authored Nov 21, 2024
2 parents 64c1eb7 + bfea240 commit 2e05cde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: test

on:
pull_request:
paths:
- 'examples/**'
- '**/README.md'

jobs:
test:
Expand Down

0 comments on commit 2e05cde

Please sign in to comment.