diff --git a/.github/actions/get-latest-sha/action.yaml b/.github/actions/get-latest-sha/action.yaml index ff1b25e1a..c0570def0 100644 --- a/.github/actions/get-latest-sha/action.yaml +++ b/.github/actions/get-latest-sha/action.yaml @@ -22,7 +22,6 @@ runs: repo: context.repo.repo, workflow_id: 'post-main-integration.yaml', branch: 'main', - status: 'success', per_page: 40 }); const pushRuns = data.workflow_runs.filter(run => run.event === 'push');