sgilmore10 commented on PR #40956:
URL: https://github.com/apache/arrow/pull/40956#issuecomment-2037952734

   As we were looking into this, @kevingurney and I realized we need to be able 
to connect the crossbow job ID that created the MLTBX file with the GitHub 
Actions workflow. We aren't aware of any existing mechanism that can provide 
inputs to a GitHub Actions Workflow that is trigged *automatically*.  As an 
aside, it is possible to supply inputs to a GitHub Actions Workflow that is 
triggered *manually* (see this article [this 
article](https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/)).
   
   One workaround to enable the automatic approach would be to embed the 
crossbow job ID in the git tag's message and then  extract the ID in the 
workflow. Using this ID and the `archery crossbow download-artifacts` command, 
we could download the appropriate MLTBX file. 
   
   We recognize that embedding the ID in the git tag message is not ideal, so 
please let us know if you have any other suggestions. 
   
   


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