Skip to content

Commit c700620

Browse files
fix: when no runs found, do not exit
1 parent cb72ab5 commit c700620

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

dist/index.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ async function main(): Promise<void> {
6363
core.info(
6464
'No runs found in this check round, waiting for next round...'
6565
)
66-
break
6766
}
6867
}
6968
await wait(waitInterval * 1000)

0 commit comments

Comments
 (0)