From 4b75d0e3626ab8788dd2a6efc5263642e3b5f2b1 Mon Sep 17 00:00:00 2001 From: Francois G Date: Fri, 21 Oct 2022 13:41:03 +0200 Subject: [PATCH] Increase timeout to 2h (#1389) --- .github/workflows/on-code-change.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on-code-change.yml b/.github/workflows/on-code-change.yml index e975fc685f4..3a1b66b03dc 100644 --- a/.github/workflows/on-code-change.yml +++ b/.github/workflows/on-code-change.yml @@ -298,6 +298,7 @@ jobs: workflow: do-it-all.yml ref: master repo: Jahia/jahia-pack-private + wait-for-completion-timeout: 2h inputs: '{ "parent_image_tag": "${{needs.build.outputs.image_tag}}" }' token: ${{ secrets.GH_API_TOKEN }} - name: Get results of Jahia-pack-private