Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if we need to upgrade deps before rebuilding everything (#15033)
Due to the order of checkes in selective_ci_checks.sh, we were never eagerly upgrading deps on a Pull Reuqest, because we exited before getting to `check_if_setup_files_changed`. Previoulsy the output was this ``` Get changed files Check if everything should be run Changed files matching the ^.github/workflows/|^Dockerfile|^scripts|^setup.py|^setup.cfg pattern: Dockerfile Dockerfile.ci setup.py Important environment files changed. Running everything ... image-build=true upgrade-to-newer-dependencies=false ``` And then it exited. By simply changing the order we set the right flag _first_ and then exit.
- Loading branch information