diff --git a/.github/workflows/monitor.yml b/.github/workflows/monitor.yml index 83edbd8..b20e98b 100644 --- a/.github/workflows/monitor.yml +++ b/.github/workflows/monitor.yml @@ -2,7 +2,7 @@ name: Monitor Lab URLs on: schedule: - - cron: "* * * * *" # Every 5 minutes + - cron: "* * * * *" workflow_dispatch: jobs: @@ -27,3 +27,4 @@ jobs: https://api.pushover.net/1/messages.json else echo "✅ All good: $STATUS" + fi