Skip to content

Commit e7cf57f

Browse files
authored
Allow manual run of Downstreaming GHA (openjdk#34)
1 parent 26ecae4 commit e7cf57f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/downstream.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ on:
3232
# since that's when I would want to review it. And given GHA takes a long
3333
# time to run, we want to start doing it as early as possible
3434
- cron: '0 21 * * 0-4'
35+
workflow_dispatch:
36+
inputs: {}
3537

3638
concurrency:
3739
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)