Skip to content

Merge pull request #164 from creative-commoners/pulls/4.7/tx-1699394167 #266

Merge pull request #164 from creative-commoners/pulls/4.7/tx-1699394167

Merge pull request #164 from creative-commoners/pulls/4.7/tx-1699394167 #266

Workflow file for this run

name: CI
on:
push:
pull_request:
workflow_dispatch:
# Every Saturday at 2:00pm UTC
schedule:
- cron: '0 14 * * 6'
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