Skip to content

Keepalive

Keepalive #21

Workflow file for this run

name: Keepalive
on:
# At 1:05 PM UTC, on day 14 of the month
schedule:
- cron: '5 13 14 * *'
workflow_dispatch:
jobs:
keepalive:
name: Keepalive
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
steps:
- name: Keepalive
uses: silverstripe/gha-keepalive@v1