Skip to content

Commit

Permalink
Further delay "parallel" builds, we're still hitting a race condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelherger committed Dec 9, 2024
1 parent 640b5a0 commit a922607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/00_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
if (buildsRunning > 0) {
console.log('Delaying build as there is already a build running');
// wait about 30s per build
await sleep(buildsRunning * 30);
// wait about Xs per build
await sleep(buildsRunning * 90);
}
const workflowStatus = await github.rest.actions.createWorkflowDispatch({
Expand Down

0 comments on commit a922607

Please sign in to comment.