Merge pull request #330 from ollama/parth/qol-disable-tests-for-readmes-and-examples

Disable tests for READMEs and examples
This commit is contained in:
Michael Yang
2024-11-21 15:19:22 -08:00
committed by GitHub

View File

@@ -2,6 +2,9 @@ name: test
on:
pull_request:
paths:
- 'examples/**'
- '**/README.md'
jobs:
test: