potiuk commented on code in PR #38077:
URL: https://github.com/apache/airflow/pull/38077#discussion_r1521587714


##########
.github/workflows/ci.yml:
##########
@@ -438,12 +438,7 @@ jobs:
     name: "Wait for CI images"
     runs-on: ["ubuntu-22.04"]
     needs: [build-info, build-ci-images]
-    # This strange condition below is equivalent to: "all success or skipped"

Review Comment:
   Unfortunately - this does not work as I thought. The "skip" status 
propagates to downstream jobs and if we skip "build-ci-images" even if 
"wait-for-ci-images" successfully runs with this condition, downstream jobs are 
still skipped :( 



-- 
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.

To unsubscribe, e-mail: [email protected]

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

Reply via email to