lhotari commented on PR #17541:
URL: https://github.com/apache/pulsar/pull/17541#issuecomment-1240522150

   > Moved the check for doc changes to jobs level instead of steps. In case 
the condition of if returns false, no new runners will be spawned
   
   That solution is possible only when the check produced by the skipped build 
job isn't required That's why the skipping solution is needed at the build step 
level. It shouldn't be done at such a fine grain level. A workflow where the 
last step is the required check would be a way to solve this so that the builds 
wouldn't have to be scheduled at all. This would also simplify the workflows 
since we could remove the step level skipping.


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