Skip to content

FIX Change "login" to "log in" when used as a verb #36

FIX Change "login" to "log in" when used as a verb

FIX Change "login" to "log in" when used as a verb #36

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
# Every Thursday at 12:30pm UTC
schedule:
- cron: '30 12 * * 4'
jobs:
ci:
name: CI
# Only run cron on the silverstripe account
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1