Yicong-Huang commented on PR #4292: URL: https://github.com/apache/texera/pull/4292#issuecomment-4058713731
> @Yicong-Huang to address this comment ([#4278 (comment)](https://github.com/apache/texera/pull/4278#issuecomment-4058026542)): > > The core issue is that the workflow currently has no pull_request trigger at all, which is why it doesn't run for anyone — committers or not. The fix simply adds the pull_request trigger with the standard event types (opened, synchronize, reopened), which is what makes GitHub automatically run the workflow for all PRs, including forks. Sorry I am more confused. We had `pull_request:` so it will trigger for **ALL types of events** from `pull_request`. And the CIs were automatically triggered for committers. But the new change limits it to `[open, sychronize, reopened]` which are typically more restricted. I couldn't understand why it can resolve the issue? -- 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]
