mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
16 lines
268 B
YAML
16 lines
268 B
YAML
|
name: Keepalive
|
||
|
|
||
|
on:
|
||
|
# The 4th of every month at 10:50am UTC
|
||
|
schedule:
|
||
|
- cron: '50 10 4 * *'
|
||
|
workflow_dispatch:
|
||
|
|
||
|
jobs:
|
||
|
keepalive:
|
||
|
name: Keepalive
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Keepalive
|
||
|
uses: silverstripe/gha-keepalive@v1
|