diff --git a/plugins/cloudbuild/src/components/useWorkflowRuns.ts b/plugins/cloudbuild/src/components/useWorkflowRuns.ts index 2ebed17e97..8b25890a26 100644 --- a/plugins/cloudbuild/src/components/useWorkflowRuns.ts +++ b/plugins/cloudbuild/src/components/useWorkflowRuns.ts @@ -43,7 +43,7 @@ export function useWorkflowRuns({ projectId }: { projectId: string }) { // Transformation here return workflowRunsData.builds.map(run => ({ message: run.substitutions.REPO_NAME, - id: `${run.id}`, + id: run.id, onReRunClick: async () => { try { await api.reRunWorkflow({