Skip to content

Keepalive

Keepalive #1

Workflow file for this run

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