mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
33c62033fe
* MNT Use gha-dispatch-ci * Update DataObject.php Fix typo in GENERALSEARCH localisation * Update en.yml remove unnecessary localisation line * Update nl.yml remove unnecessary localisation line * Update eo.yml remove unnecessary localisation line * Update ci.yml
17 lines
439 B
YAML
17 lines
439 B
YAML
name: Dispatch CI
|
|
|
|
on:
|
|
# At 2:20 PM UTC, only on Tuesday and Wednesday
|
|
schedule:
|
|
- cron: '20 14 * * 2,3'
|
|
|
|
jobs:
|
|
dispatch-ci:
|
|
name: Dispatch CI
|
|
# 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: Dispatch CI
|
|
uses: silverstripe/gha-dispatch-ci@v1
|