sijie commented on issue #6207: [Github Action] java.lang.NullPointerException and Docker disk space issue when running tests URL: https://github.com/apache/pulsar/issues/6207#issuecomment-581739219 ` if: steps.docs.outputs.changed_only == 'no'` this block is used for skipping tests if a pull request is a documentation-only change. it is evaluated by this action: https://github.com/apache/pulsar/blob/master/.github/workflows/ci-integration-backwards-compatibility.yaml#L40 All the tests in that workflow are using same condition. So either all the checks run or they don't run.
---------------------------------------------------------------- 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] With regards, Apache Git Services
