Files
WireMock.Net/.squad/templates/schedule.json
T
Stef Heyenrath facd2b66ca Squad Test
2026-04-16 16:29:28 +02:00

20 lines
390 B
JSON

{
"version": 1,
"schedules": [
{
"id": "ralph-heartbeat",
"name": "Ralph Heartbeat",
"enabled": true,
"trigger": {
"type": "interval",
"intervalSeconds": 300
},
"task": {
"type": "workflow",
"ref": ".github/workflows/squad-heartbeat.yml"
},
"providers": ["local-polling", "github-actions"]
}
]
}