Fix rerun flaky tests

This commit is contained in:
Jordan Dominion
2024-04-21 01:15:15 -04:00
parent c9e6afd09b
commit 7a94965942
+1 -1
View File
@@ -8,7 +8,7 @@ const CONSIDERED_JOBS = [
async function getFailedJobsForRun(github, context, workflowRunId, runAttempt) {
const jobs = await github.paginate(
github.actions.listJobsForWorkflowRunAttempt,
github.rest.actions.listJobsForWorkflowRunAttempt,
{
owner: context.repo.owner,
repo: context.repo.repo,