mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Fix github workflow to start Khoj, connect to PG and upload results
- Do not trigger tests to run in ci on update to evals
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
paths:
|
||||
- src/khoj/**
|
||||
- tests/**
|
||||
- '!tests/evals/**'
|
||||
- config/**
|
||||
- pyproject.toml
|
||||
- .pre-commit-config.yml
|
||||
@@ -15,6 +16,7 @@ on:
|
||||
paths:
|
||||
- src/khoj/**
|
||||
- tests/**
|
||||
- '!tests/evals/**'
|
||||
- config/**
|
||||
- pyproject.toml
|
||||
- .pre-commit-config.yml
|
||||
|
||||
Reference in New Issue
Block a user