Skip to content

Commit 691cfdf

Browse files
Allow manual triggering of nightly distribution workflow
1 parent 7ddb6b6 commit 691cfdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly-distribution.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Nightly distribution
22
on:
33
schedule:
44
- cron: '0 0 * * *'
5+
workflow_dispatch:
56
jobs:
67
nightly-distribution:
78
strategy:

0 commit comments

Comments
 (0)