GridFieldBulkEditingTools/.github/workflows/dispatch-ci.yml

22 lines
500 B
YAML
Raw Normal View History

2024-05-16 00:09:55 +02:00
name: Dispatch CI
on:
# At 1:05 AM UTC, only on Monday and Tuesday
schedule:
- cron: '5 1 * * 1,2'
permissions: {}
jobs:
dispatch-ci:
name: Dispatch CI
# Only run cron on the colymba account
if: (github.event_name == 'schedule' && github.repository_owner == 'colymba') || (github.event_name != 'schedule')
runs-on: ubuntu-latest
permissions:
contents: read
actions: write
steps:
- name: Dispatch CI
uses: silverstripe/gha-dispatch-ci@v1