ashb opened a new pull request #15033:
URL: https://github.com/apache/airflow/pull/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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to