Skip to content

Commit 46abf5f

Browse files
author
svc-rdke-jenkins01_Production, RDK-E Jenkins
committed
Add GitHub Actions workflow file
1 parent 27c6fc6 commit 46abf5f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Single PR CI Verification Trigger
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
pullRequestNumber:
6+
description: 'Pull Request Number - DEVELOP BRANCH'
7+
required: true
8+
type: string
9+
10+
jobs:
11+
trigger-verification:
12+
uses: rdk-e/build_tools_workflows/.github/workflows/ci_verification_manual_trigger_pr.yml@develop
13+
with:
14+
pullRequestNumber: ${{ github.event.inputs.pullRequestNumber }}
15+
secrets:
16+
RDKE_GITHUB_TOKEN: ${{ secrets.RDKE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)