Skip to content

MNT Run module-standardiser #14

MNT Run module-standardiser

MNT Run module-standardiser #14

Workflow file for this run

name: Keepalive

Check failure on line 1 in .github/workflows/keepalive.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/keepalive.yml

Invalid workflow file

invalid `cron` attribute "35 7 0 * *"
on:
# At 7:35 AM UTC, on day 0 of the month
schedule:
- cron: '35 7 0 * *'
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