Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Warm

Warm #56

Workflow file for this run

name: Warm
on:
push:
paths: .github/workflows/warmer.yml
schedule:
# ┌──────────────── minute (0 - 59)
# │ ┌────────────── hour (0 - 23)
# │ │ ┌──────────── day of the month (1 - 31)
# │ │ │ ┌──────── month (1 - 12 or JAN-DEC)
# │ │ │ │ ┌────── day of the week (0 - 6 or SUN-SAT)
# │ │ │ │ │
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: 0 0 */2 * *
jobs:
warm:
runs-on: ubuntu-latest
env:
REPOSITORY_NAME: ${{ github.event.repository.name }}
steps:
- name: cURL the API
run: |
healthcheck() {
curl https://$GITHUB_REPOSITORY_OWNER-$REPOSITORY_NAME.hf.space
}
healthcheck || healthcheck || healthcheck