mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-07-18 18:51:38 +02:00
20 lines
390 B
JSON
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"]
|
|
}
|
|
]
|
|
}
|