default-kedro157/.github/workflows/uptime.yml
2020-03-15 22:41:10 -05:00

15 lines
312 B
YAML

on:
schedule:
- cron: '* * * * *'
jobs:
ping_site:
runs-on: ubuntu-latest
name: Ping the site
steps:
- name: Check the site
id: hello
uses: srt32/uptime@master
with:
url-to-hit: "https://default-kedro-157.waylonwalker.com/"
expected-statuses: "200,301"