Only check on days when not auto-building
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user