Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

102 changes: 0 additions & 102 deletions .github/workflows/docusaurus_sync.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/project.yml

This file was deleted.

14 changes: 1 addition & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
# Activate this workflow manually
workflow_dispatch:

# Run tests nightly against Haystack's main branch
schedule:
- cron: "0 0 * * *"

push:
branches:
- main
Expand Down Expand Up @@ -105,14 +101,6 @@ jobs:
with:
path-to-lcov: coverage.xml

- name: Nightly - run unit tests with Haystack main branch
if: github.event_name == 'schedule'
id: nightly-haystack-main
run: |
hatch env prune
hatch -e test env run -- uv pip install git+https://github.com/deepset-ai/haystack.git@main
hatch run test:unit

integration-tests:
name: Integration / ${{ matrix.os }}
needs: linting
Expand Down Expand Up @@ -140,7 +128,7 @@ jobs:
# Do not authenticate on PRs from forks and on PRs created by dependabot
- name: AWS authentication
id: aws-auth
if: github.event_name == 'schedule' || (github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.event.pull_request.head.ref, 'dependabot/'))
if: github.event.pull_request.head.repo.full_name == github.repository && !startsWith(github.event.pull_request.head.ref, 'dependabot/')
uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c
with:
aws-region: ${{ env.AWS_REGION }}
Expand Down
Loading