Skip to content

Commit 5939b35

Browse files
committed
ntn: Build and test nightly
Build and test ntn_usecase branch nightly. Signed-off-by: Jorgen Kvalvaag <[email protected]>
1 parent a0378c6 commit 5939b35

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ntn-build.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
name: Trigger NTN build
22
on:
33
push:
4-
branches: [ ntn-usecase ]
4+
branches: [ ntn_usecase ]
55
workflow_dispatch:
66
inputs:
77
att_ref:
88
description: The ref to build
99
required: true
1010
default: ntn_usecase
11+
schedule:
12+
- cron: "0 0 * * *"
13+
1114

1215
jobs:
1316
ntn-build:

0 commit comments

Comments
 (0)