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 authored and kaxil committed Dec 3, 2020
1 parent 6716489 commit b96ce83
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 b96ce83

Please sign in to comment.