Skip to content

Commit a4d561c

Browse files
committed
wip nightly cronjob CI
1 parent f7972c9 commit a4d561c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ on:
1818
branches: [ main ]
1919
pull_request:
2020
branches: '*'
21+
workflow_dispatch:
22+
inputs:
23+
nightly:
24+
description: "Test on latest nightly"
25+
required: true
26+
default: false
27+
type: boolean
28+
schedule:
29+
# Run nightly cronjob CI every day at 14 UTC / 6AM PST / 3PM CET
30+
- cron: '0 14 * * *'
2131

2232
jobs:
2333

0 commit comments

Comments
 (0)