File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ def main() -> None:
229
229
)
230
230
number_of_trials = 10
231
231
logging .info (f"Number of trials (for race conditions): { number_of_trials } " )
232
- for trial in range (10 ):
232
+ for trial in range (number_of_trials ):
233
233
logging .info (f"Running trial: { trial } " )
234
234
logging .info (
235
235
"Pulling the latest changes, including the latest merged PR (this one)"
Original file line number Diff line number Diff line change @@ -3214,7 +3214,7 @@ class WorkflowRun(BaseModel):
3214
3214
head_branch : str = Field (..., example = 'master' )
3215
3215
head_sha : str = Field (
3216
3216
...,
3217
- description = 'The SHA of the head commit that points to the version of the worflow being run.' ,
3217
+ description = 'The SHA of the head commit that points to the version of the workflow being run.' ,
3218
3218
example = '009b8a3a9ccbb128af87f9b1c0f4c62e8a304f6d' ,
3219
3219
)
3220
3220
run_number : int = Field (
You can’t perform that action at this time.
0 commit comments