Skip to content

Commit 23035d4

Browse files
authored
Update rc.yml
1 parent 0bb98e0 commit 23035d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/rc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717

1818
name: RC
1919
on:
20+
workflow_dispatch:
21+
inputs:
22+
arrow_branch:
23+
description: 'Arrow branch to build'
24+
required: true
25+
arrow_repo:
26+
description: 'Arrow repository'
27+
type: string
28+
required: true
29+
default: https://github.com/dremio/arrow.git
2030
push:
2131
branches:
2232
- "**"

0 commit comments

Comments
 (0)