GridFieldBulkEditingTools/.github/workflows/dispatch-ci.yml
2024-05-16 14:36:48 +12:00

22 lines
500 B
YAML

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