Create uptime
This commit is contained in:
parent
057496b306
commit
1828b8f6ac
1 changed files with 15 additions and 0 deletions
15
.github/workflows/uptime
vendored
Normal file
15
.github/workflows/uptime
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue