Skip to content

Commit

Permalink
fix: when no runs found, do not exit
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Apr 19, 2024
1 parent cb72ab5 commit c700620
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ async function main(): Promise<void> {
core.info(
'No runs found in this check round, waiting for next round...'
)
break
}
}
await wait(waitInterval * 1000)
Expand Down

0 comments on commit c700620

Please sign in to comment.