silverstripe-restfulserver/.github/workflows/dispatch-ci.yml
2024-05-16 14:49:59 +12:00

22 lines
514 B
YAML

name: Dispatch CI
on:
# At 10:50 PM UTC, only on Saturday and Sunday
schedule:
- cron: '50 22 * * 6,0'
permissions: {}
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
permissions:
contents: read
actions: write
steps:
- name: Dispatch CI
uses: silverstripe/gha-dispatch-ci@v1