Skip to content

Commit c085233

Browse files
committed
tests: Add NTN build
Signed-off-by: Jorgen Kvalvaag <jorgen.kvalvaag@nordicsemi.no>
1 parent 78ce264 commit c085233

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/ntn-build.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Trigger NTN build
2+
on:
3+
push:
4+
branches: [ ntn-usecase ]
5+
workflow_dispatch:
6+
inputs:
7+
att_ref:
8+
description: The ref to build
9+
required: true
10+
default: ntn-usecase
11+
12+
jobs:
13+
ntn-build:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Repository Dispatch
17+
uses: peter-evans/repository-dispatch@v3
18+
with:
19+
token: ${{ secrets.ATT_NTN_BRANCH_TEST }}
20+
repository: cia-test/test-att-ntn
21+
event-type: trigger-ntn-build
22+
client-payload: '{"att_ref": "${{ inputs.att_ref }}"}'

0 commit comments

Comments
 (0)