Skip to content

Commit aed558e

Browse files
committed
Add empty workflow to manually trigger.
1 parent 1d13237 commit aed558e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: C++ binary SDK packaging
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
commitId:
7+
description: 'commit ID to package'
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: noop
14+
run: true

0 commit comments

Comments
 (0)