mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 12:37:27 +00:00
auto trigger e2e workflow on PRs that affect it (#5684)
This commit is contained in:
parent
40d9f34e68
commit
1709be162c
8
.github/workflows/e2e.yml
vendored
8
.github/workflows/e2e.yml
vendored
@ -5,6 +5,14 @@ on:
|
||||
workflow_dispatch: # Activate this workflow manually
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
- ready_for_review
|
||||
paths:
|
||||
- "e2e/**/*.py"
|
||||
|
||||
env:
|
||||
PYTHON_VERSION: "3.8"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user