Skip to content

Commit 01f3214

Browse files
committed
[SPARK-52107] Add workflow_dispatch to pages.yml to support manual trigger
### What changes were proposed in this pull request? This PR aims to add `workflow_dispatch` to `pages.yml` to support manual trigger ### Why are the changes needed? To control the website. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually after merging. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#192 from dongjoon-hyun/SPARK-52107. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 7b22296 commit 01f3214

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/pages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ on:
2323
push:
2424
branches:
2525
- gh-pages
26+
workflow_dispatch:
27+
inputs:
28+
branch:
29+
required: true
30+
default: '["gh-pages"]'
2631

2732
jobs:
2833
docs:

0 commit comments

Comments
 (0)