kou commented on PR #45464:
URL: https://github.com/apache/arrow/pull/45464#issuecomment-2644673174

   `@github-actions crossbow submit` is for jobs defined under `dev/tasks/` but 
this is defined under `.github/workflows/`...
   
   Can we test this by adding the following?
   
   ```diff
   diff --git a/.github/workflows/r_nightly.yml 
b/.github/workflows/r_nightly.yml
   index 2da69bd705..20477356f7 100644
   --- a/.github/workflows/r_nightly.yml
   +++ b/.github/workflows/r_nightly.yml
   @@ -21,6 +21,9 @@ name: Upload R Nightly builds
    # from the crossbow repository.
    
    on:
   +  pull_request:
   +    path: '.github/workflows/r_nightly.yml'
   +
      workflow_dispatch:
        inputs:
          prefix:
   ```
   
   (We will need to add some `if:`. Some steps needs secrets that are available 
only in apache/arrow.)


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

Reply via email to