Reduced version check rate
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 55s
Get latest release version / get-version (push) Successful in 9s

This commit is contained in:
2024-06-12 13:12:46 -05:00
parent ca59159e7b
commit 233c53ea3c

View File

@@ -1,7 +1,7 @@
name: Get latest release version name: Get latest release version
on: on:
schedule: schedule:
- cron: "30 * * * *" - cron: "30 0 * * *"
env: env:
MONITOR_URL: "https://api.github.com/repos/pterodactyl/wings/releases/latest" MONITOR_URL: "https://api.github.com/repos/pterodactyl/wings/releases/latest"