Skip to content

Commit d7e8b2c

Browse files
committed
Fix script
1 parent f64a106 commit d7e8b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/sync_expected_output.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Start-Sleep -Seconds 5
6868

6969
# Lookup the run id (it is not perfect because of the APIs...)
7070
Write-Host 'Lookup run id'
71-
$runId = Invoke-Command { & gh run list --workflow $workflow --branch $ref --limit 100 --json databaseId --jq '.[].databaseId' }
71+
$runId = Invoke-Command { & gh run list --workflow $workflow --branch $ref --limit 1 --json databaseId --jq '.[].databaseId' }
7272

7373
# Wait for the workflow to finish
7474
Write-Host "Wait for workflow $runId to complete"

0 commit comments

Comments
 (0)