1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Separate cron field (#6346)

This commit is contained in:
qwerty287
2026-03-30 16:24:51 +02:00
committed by GitHub
parent bbbccca4ea
commit 8174778871
11 changed files with 101 additions and 19 deletions
+4
View File
@@ -5011,6 +5011,10 @@ const docTemplate = `{
"created": {
"type": "integer"
},
"cron": {
"description": "name of the cron job",
"type": "string"
},
"deploy_task": {
"type": "string"
},