Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Apr 18, 2024
1 parent 42424f8 commit 3b2f75b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,7 @@ function shouldEarlyExit(config, ec2Client, ghClient) {
return false;
}
try {
core.info("Found ec2 instance, looking for runners.");
if (yield ghClient.hasRunner([config.githubJobId])) {
// we have runners
return true;
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ async function shouldEarlyExit(config: ActionConfig, ec2Client: Ec2Instance, ghC
return false;
}
try {
core.info("Found ec2 instance, looking for runners.")
if (await ghClient.hasRunner([config.githubJobId])) {
// we have runners
return true;
Expand Down

0 comments on commit 3b2f75b

Please sign in to comment.