This commit is contained in:
dvirlabs 2025-06-27 15:56:58 +03:00
parent 809c566907
commit 07bc9131ee

View File

@ -2,7 +2,7 @@ name: Monitor Lab URLs
on: on:
schedule: schedule:
- cron: "* * * * *" # Every 5 minutes - cron: "* * * * *"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -27,3 +27,4 @@ jobs:
https://api.pushover.net/1/messages.json https://api.pushover.net/1/messages.json
else else
echo "✅ All good: $STATUS" echo "✅ All good: $STATUS"
fi