Skip to content

Keepalive

Keepalive #20

Workflow file for this run

name: Keepalive
on:
workflow_dispatch:
# The 18th of every month at 12:50pm UTC
schedule:
- cron: '50 12 18 * *'
jobs:
keepalive:
name: Keepalive
# Only run cron on the symbiote account
if: (github.event_name == 'schedule' && github.repository_owner == 'symbiote') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Keepalive
uses: silverstripe/gha-keepalive@v1