longvu-db commented on PR #55540:
URL: https://github.com/apache/spark/pull/55540#issuecomment-4330511624

   Hey @dongjoon-hyun, do you know what's the issue behind 
   
   "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"?
   
   I tried to fix it with the "git fetch upstream git rebase upstream/master", 
but it doesn't seem to work.


-- 
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]

Reply via email to