Skip to content

Commit 3607c7a

Browse files
committed
[hotfix] Allow manual triggering of nightly build
1 parent 9eca341 commit 3607c7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/weekly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ name: Nightly
2020
on:
2121
schedule:
2222
- cron: "0 0 * * 0"
23+
workflow_dispatch:
2324
jobs:
2425
compile_and_test:
2526
if: github.repository_owner == 'apache'

0 commit comments

Comments
 (0)