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
8 changes: 8 additions & 0 deletions .github/workflows/extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ on:
# it is not expected to have many changes in these branches,
# so running extended tests is not a burden
- 'branch-*'
# Also run for changes to some critical areas that are most likely
# to trigger errors in extended tests
pull_request:
branches: [ '**' ]
paths:
- 'datafusion/physical*/**/*.rs'
- 'datafusion/expr*/**/*.rs'
- 'datafusion/optimizer/**/*.rs'
workflow_dispatch:
inputs:
pr_number:
Expand Down