Skip to content

Commit

Permalink
trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Oct 18, 2024
1 parent 49ace7e commit ca289e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ on:
- "haystack/core/pipeline/predefined/*"
- "test/**/*.py"
- "pyproject.toml"
- ".github/workflows/tests.yml"

env:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests_skipper_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
- "haystack/**/*.py"
- "haystack/core/pipeline/predefined/*"
- "test/**/*.py"
- "pyproject.toml"
- ".github/workflows/tests.yml"

jobs:
check_if_changed:
Expand Down

0 comments on commit ca289e3

Please sign in to comment.