schedule.json (409B)
1 { 2 "version": 1, 3 "schedules": [ 4 { 5 "id": "ralph-heartbeat", 6 "name": "Ralph Heartbeat", 7 "enabled": true, 8 "trigger": { 9 "type": "interval", 10 "intervalSeconds": 300 11 }, 12 "task": { 13 "type": "workflow", 14 "ref": ".github/workflows/squad-heartbeat.yml" 15 }, 16 "providers": ["local-polling", "github-actions"] 17 } 18 ] 19 }