Skip to content

Commit a6bbc5a

Browse files
authored
Update nightly-linux64.yml
allow scheduled nightly to be manually run as well
1 parent e16c4de commit a6bbc5a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/nightly-linux64.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ name: nightly-linux64
2424
on:
2525
schedule:
2626
- cron: "0 6 * * *"
27-
27+
workflow_dispatch:
28+
inputs:
29+
release:
30+
description: 'release'
31+
required: true
32+
default: 'nightly'
2833
env:
2934
ccache: ccache
3035

0 commit comments

Comments
 (0)