alamb commented on code in PR #3323:
URL: https://github.com/apache/arrow-datafusion/pull/3323#discussion_r960668084


##########
.github/workflows/rust.yml:
##########
@@ -18,9 +18,11 @@
 name: Rust
 
 on:
-  # always trigger
+  # always trigger on PR
   push:
   pull_request:
+  # manual trigger
+  workflow_dispatch:

Review Comment:
   
   
   TIL 
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#workflow_dispatch
 
   



##########
.github/workflows/rust.yml:
##########
@@ -18,9 +18,11 @@
 name: Rust
 
 on:
-  # always trigger
+  # always trigger on PR
   push:
   pull_request:
+  # manual trigger

Review Comment:
   ```suggestion
     # manual trigger
     # 
https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
   ```



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