File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check new beta version
2
2
3
3
on :
4
4
schedule :
5
- - cron : " 33 */1 * * *"
5
+ - cron : " 53 */1 * * *"
6
6
env :
7
7
LATEST : " "
8
8
permissions :
Original file line number Diff line number Diff line change @@ -200,11 +200,12 @@ def create_test_run_on_plan_entry(
200
200
logging .info (f"run on plan entry configs { config_ids } " )
201
201
payload = {
202
202
"config_ids" : config_ids ,
203
- "description" : description ,
204
203
"include_all" : not bool (case_ids ),
205
204
}
206
205
if case_ids :
207
206
payload ["case_ids" ] = case_ids
207
+ if description :
208
+ payload ["description" ] = description
208
209
logging .info (f"create run on entry payload:\n { payload } " )
209
210
return self .client .send_post (
210
211
f"add_run_to_plan_entry/{ plan_id } /{ entry_id } " , payload
You can’t perform that action at this time.
0 commit comments