silverstripe-behat-extension/.github/workflows/ci.yml

17 lines
384 B
YAML
Raw Normal View History

2022-07-05 12:17:14 +02:00
name: CI
on:
push:
pull_request:
workflow_dispatch:
# Every Sunday at 2:10pm UTC
schedule:
- cron: '10 14 * * 0'
jobs:
ci:
name: CI
# Only run cron on the silverstripe account
2022-07-31 23:42:18 +02:00
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
2022-07-05 12:17:14 +02:00
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1