Skip to content

Commit cd4ce2f

Browse files
authored
Merge pull request #94 from firebase/feature/js-noop-yml
Add empty workflow to manually trigger.
2 parents 1d13237 + aed558e commit cd4ce2f

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)