Skip to content

Commit

Permalink
Create license.yml dummy for v2 (#5466)
Browse files Browse the repository at this point in the history
  • Loading branch information
sakoush authored Mar 21, 2024
1 parent 6a45b2b commit 60ffac4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 60ffac4

Please sign in to comment.