Skip to content

Ping backend

Ping backend #14691

Workflow file for this run

name: Ping backend
on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch:
jobs:
ping:
runs-on: ubuntu-latest
steps:
- name: Curl backend
run: curl -sSf https://livewire-cn-2.onrender.com > /dev/null