Skip to content

Commit

Permalink
TEST SCHEDULED
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 committed Aug 26, 2024
1 parent 4cff5a5 commit 33e1e53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI_license_compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Core / License Compliance

on:
pull_request:
paths:
- "integrations/**/pyproject.toml"
# paths:
# - "integrations/**/pyproject.toml"
# Since we test PRs, there is no need to run the workflow at each
# merge on `main`. Let's use a cron job instead.
schedule:
Expand Down Expand Up @@ -53,7 +53,8 @@ jobs:
pip install toml
# Determine the list of pyproject.toml files to process
if [ "${{ github.event_name }}" = "schedule" ]; then
# if [ "${{ github.event_name }}" = "schedule" ]; then
if true; then
echo "Scheduled run: processing all pyproject.toml files..."
FILES=$(find integrations -type f -name 'pyproject.toml')
else
Expand Down
1 change: 0 additions & 1 deletion integrations/ollama/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ classifiers = [
]
dependencies = ["haystack-ai", "requests"]


[project.urls]
Documentation = "https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/ollama#readme"
Issues = "https://github.com/deepset-ai/haystack-core-integrations/issues"
Expand Down

0 comments on commit 33e1e53

Please sign in to comment.