Skip to content
Merged
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
9 changes: 9 additions & 0 deletions .github/workflows/on_schedule_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ on:
schedule:
- cron: '0 1 * * 1-5'

# Runs on pull requests that touch the template files, the template e2e tests,
# or this workflow itself, so that changes affecting the scheduled tests are
# validated before they are merged.
pull_request:
paths:
- 'src/crawlee/project_template/**'
- 'tests/e2e/**'
- '.github/workflows/on_schedule_tests.yaml'

concurrency:
group: scheduled-tests
cancel-in-progress: false
Expand Down
Loading