From aed558eafdb2f7c095c7ae8e2f43d64b25e9c3f9 Mon Sep 17 00:00:00 2001 From: Jon Simantov Date: Mon, 20 Jul 2020 15:00:09 -0700 Subject: [PATCH] Add empty workflow to manually trigger. --- .github/workflows/cpp-packaging.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/cpp-packaging.yml diff --git a/.github/workflows/cpp-packaging.yml b/.github/workflows/cpp-packaging.yml new file mode 100644 index 0000000000..038ae29a41 --- /dev/null +++ b/.github/workflows/cpp-packaging.yml @@ -0,0 +1,14 @@ +name: C++ binary SDK packaging + +on: + workflow_dispatch: + inputs: + commitId: + description: 'commit ID to package' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: noop + run: true