diff --git a/dist/index.js b/dist/index.js index 0ee4e3e..3706583 100644 --- a/dist/index.js +++ b/dist/index.js @@ -63035,7 +63035,7 @@ function areRunnersOnline(runners) { }); return true } else { - return true + return false } } diff --git a/src/gh.js b/src/gh.js index 5b0b8a7..a99dc2a 100644 --- a/src/gh.js +++ b/src/gh.js @@ -23,7 +23,7 @@ function areRunnersOnline(runners) { }); return true } else { - return true + return false } }