From df2cb76b0816fe9f3944aef9aaf4cfab7dcdfc9a Mon Sep 17 00:00:00 2001 From: Sherif Akoush Date: Wed, 20 Mar 2024 21:04:01 +0000 Subject: [PATCH] Create license.yml dummy for v2 --- .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"