anupamme commented on PR #57779: URL: https://github.com/apache/spark/pull/57779#issuecomment-5192038040
> ``` > Workflow run detection failed > Unable to detect the workflow run for testing the changes in your PR. > > If you did not enable GitHub Actions in your forked repository, please enable it by clicking the button as shown in the image below. See also [Managing Github Actions Settings for a repository](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository) for more details. > It is possible your branch is based on the old master branch in Apache Spark, please sync your branch to the latest master branch. For example as below: > git fetch upstream > git rebase upstream/master > git push origin YOUR_BRANCH --force > ``` done. workflow run should get triggered now. -- 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]
