silverstripe-framework/.github/workflows/keepalive.yml

18 lines
441 B
YAML
Raw Normal View History

name: Keepalive
on:
2023-08-29 05:11:15 +02:00
# At 1:05 PM UTC, on day 22 of the month
schedule:
2023-08-29 05:11:15 +02:00
- cron: '5 13 22 * *'
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