Only check on days when not auto-building
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 3m10s
Get latest release version / get-version (push) Successful in 16s

This commit is contained in:
2024-07-21 09:58:28 -05:00
parent 50f1904d92
commit a75bbf0e6d

View File

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