Update microk8s.yaml

This commit is contained in:
Cedric Verstraeten
2024-08-15 09:39:32 +02:00
parent 156525291b
commit 07cef07df6

View File

@@ -1,7 +1,8 @@
name: Deploy on Microk8s
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *" # This will run the workflow every day at midnight UTC
jobs:
test:
runs-on: ubuntu-latest