diff --git a/.gitea/workflows/monitor.yaml b/.gitea/workflows/monitor.yaml index a26a99c..336e92e 100644 --- a/.gitea/workflows/monitor.yaml +++ b/.gitea/workflows/monitor.yaml @@ -1,7 +1,7 @@ name: Get latest release version on: schedule: - - cron: "30 * * * *" + - cron: "30 0 * * *" env: MONITOR_URL: "https://api.github.com/repos/pterodactyl/panel/releases/latest"