Update check_uptime.yml

This commit is contained in:
Waylon Walker 2020-03-15 22:47:59 -05:00 committed by GitHub
parent 9a4caff0a8
commit 78a4694e04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
name: check if site is up
on:
schedule:
- cron: '* * * * *'
- cron: '0 0 * * *'
jobs:
ping_site: