Ma77Ball opened a new issue, #4290: URL: https://github.com/apache/texera/issues/4290
### Description: Currently, the build workflow requires manual intervention before running on certain PRs. The workflow should run automatically for all contributors without any extra steps required. ### Expected Behavior: All three build jobs (frontend, scala, python) should trigger automatically on push, pull_request, and workflow_dispatch events for all PRs. ### Current Behavior: The build workflow does not run automatically in all cases, requiring extra steps before CI begins. ### Proposed Solution: Simplify the build workflow so that all build jobs trigger directly on standard GitHub events, making CI faster and easier to reason about for all contributors. -- 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]
