Skip to content

Commit

Permalink
Merge pull request #796 from fhswf/marketplace
Browse files Browse the repository at this point in the history
Marketplace for MLPro
  • Loading branch information
detlefarend authored Sep 6, 2023
2 parents f604be9 + b080afe commit 590eb3e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/marketplace.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Marketplace Update
on:
schedule:
- cron: '00 22 * * *'

jobs:
update-marketplace:
name: Update the MLPro marketplace
runs-on: ubuntu-latest

steps:
- run: echo Hello World!

0 comments on commit 590eb3e

Please sign in to comment.