Skip to content

Commit

Permalink
JS uses break to exit a loop, not last...
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Dec 10, 2024
1 parent cb6f5c1 commit 2e5b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/00_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
}
# we only want to run one build at a time - we'll re run the check in a bit
last;
break;
}
else {
console.log(`${candidates[i].v}: is up to date (${candidates[i].r})`);
Expand Down

0 comments on commit 2e5b6fc

Please sign in to comment.