danila-b opened a new pull request, #15101: URL: https://github.com/apache/datafusion/pull/15101
## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/14319 ## Rationale for this change Allows to run extended tests on some PRs if needed, while skipping them by default on other PRs. The user experience of running the extended test suite should be roughly the same (check is shown in the PR actions tab, comment is marked with 🚀 emoji when the tests are triggered for the PR) ## What changes are included in this PR? Adding a new trigger event for extended tests - `workflow_dispatch`, and a separate action which is checking all PR comments and issuing this dispatch event for the PR branch when the `Run extended tests` comment is detected. ## Are these changes tested? Only manual tests on the fork ([see here](https://github.com/danila-b/datafusion/pull/5)), unfortunately I am not aware of any better tests for Github actions.  -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org