gaogaotiantian commented on PR #56437: URL: https://github.com/apache/spark/pull/56437#issuecomment-4674416307
We have a concurrent task limit for github actions and it's at maximum already. I don't think we can add a task here. However, this does not need to be its own individual task either. In `dev/run-tests.py` there's code to identify changed files. You only need to check if the policy file is in the list and report an error. The downside is you'll stop all the tests - which is not that bad. The check should be super fast and code change would be minimal. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
