Skip to content

Commit

Permalink
Setup.cfg change triggers full build (#12684)
Browse files Browse the repository at this point in the history
Since we moved part of the setup.py specification to
setup.cfg, we should trigger full build when only that file
changes.

(cherry picked from commit e4ab453)
  • Loading branch information
potiuk committed Nov 29, 2020
1 parent 36d3109 commit 61e0114
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/selective_ci_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ function run_all_tests_if_environment_files_changed() {
"^Dockerfile"
"^scripts"
"^setup.py"
"^setup.cfg"
)
show_changed_files

Expand Down

0 comments on commit 61e0114

Please sign in to comment.