From 60ffac4ea06e74b3de02ccd245df73a673f21c16 Mon Sep 17 00:00:00 2001 From: Sherif Akoush Date: Thu, 21 Mar 2024 10:28:40 +0000 Subject: [PATCH] Create license.yml dummy for v2 (#5466) --- .github/workflows/license.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/license.yml diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml new file mode 100644 index 0000000000..faa08eb992 --- /dev/null +++ b/.github/workflows/license.yml @@ -0,0 +1,13 @@ +name: V2 Generate license + +on: + workflow_dispatch: + +jobs: + placeholder: + name: placeholder + runs-on: ubuntu-latest + if: github.repository == 'seldonio/seldon-core' # Do not run this on forks. + steps: + - name: Echo Message + run: echo "This is to make workflow available for V2 license.yml"