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

22 lines
501 B
YAML
Raw Normal View History

2024-05-16 00:09:55 +02:00
name: Dispatch CI
on:
2024-05-17 03:52:29 +02:00
# At 6:30 AM UTC, only on Monday and Tuesday
2024-05-16 00:09:55 +02:00
schedule:
2024-05-17 03:52:29 +02:00
- cron: '30 6 * * 1,2'
2024-05-16 00:09:55 +02:00
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