From 6f212fbb5a1dfb3d072bc1aa537093bb574a8e5b Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 11 Sep 2025 17:11:06 +0000 Subject: [PATCH] chore: wait 4 times longer for the forgejo cascade pull request to complete (#988) If the CI is busy, it may take more than one hour, for instance because the workflow is waiting while others are running. --- Note to reviewers: this input is not yet implemented, the next version of the cascading-pr action will have it (see [the pr](https://code.forgejo.org/actions/cascading-pr/pulls/40)). In the meantime it will be ignored. - other - [PR](https://code.forgejo.org/forgejo/runner/pulls/988): chore: wait 4 times longer for the forgejo cascade pull request to complete Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/988 Reviewed-by: Mathieu Fenniak Co-authored-by: Earl Warren Co-committed-by: Earl Warren --- .forgejo/workflows/cascade-forgejo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/cascade-forgejo.yml b/.forgejo/workflows/cascade-forgejo.yml index c1c09565..992fe215 100644 --- a/.forgejo/workflows/cascade-forgejo.yml +++ b/.forgejo/workflows/cascade-forgejo.yml @@ -106,4 +106,5 @@ jobs: close: true verbose: ${{ vars.VERBOSE == 'yes' }} debug: ${{ vars.DEBUG == 'yes' }} + wait-iteration: 120 update: .forgejo/cascading-forgejo