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

This commit is contained in:
2024-07-21 09:58:34 -05:00
parent 233c53ea3c
commit bbb8f31de3

View File

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