Delete uptime.yml
This commit is contained in:
parent
39db62907f
commit
9a4caff0a8
1 changed files with 0 additions and 16 deletions
16
.github/workflows/uptime.yml
vendored
16
.github/workflows/uptime.yml
vendored
|
|
@ -1,16 +0,0 @@
|
|||
name: check if site is up
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue