()
| 74 | } |
| 75 | |
| 76 | function resetScheduleInfraRetryCount(): Pick<WorkflowScheduleUpdate, 'infraRetryCount'> { |
| 77 | return { infraRetryCount: 0 } |
| 78 | } |
| 79 | |
| 80 | /** |
| 81 | * Builds the schedule update shared by every path that treats a run as a failure: |
no outgoing calls
no test coverage detected