HyukjinKwon commented on a change in pull request #307:
URL: https://github.com/apache/spark-website/pull/307#discussion_r579768241



##########
File path: .github/workflows/doc_gen.yml
##########
@@ -0,0 +1,40 @@
+name: Check document generation
+
+on:
+  push:
+    branches:
+    - asf-site
+  pull_request:
+    branches:
+    - asf-site
+  workflow_dispatch:
+    inputs:
+      target:
+        description: 'Target branch to run'
+        required: true

Review comment:
       I think you can remove this `workflow_dispatch`. It's pretty unlikely 
that people manually trigger the GA build ..




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to