Skip to content

Commit 60ffac4

Browse files
author
Sherif Akoush
authored
Create license.yml dummy for v2 (#5466)
1 parent 6a45b2b commit 60ffac4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/license.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: V2 Generate license
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
placeholder:
8+
name: placeholder
9+
runs-on: ubuntu-latest
10+
if: github.repository == 'seldonio/seldon-core' # Do not run this on forks.
11+
steps:
12+
- name: Echo Message
13+
run: echo "This is to make workflow available for V2 license.yml"

0 commit comments

Comments
 (0)