From 39a20a2911096f46ddcafa2cfefaa268e55c042a Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 4 Sep 2023 16:11:13 +0200 Subject: [PATCH] Fix: pipelines download retry --- .github/workflows/cooker-selfhosted.yml | 1 + .github/workflows/main-selfhosted.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index f198a60e..bf7e76fd 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -73,6 +73,7 @@ jobs: --download-only \ ${GITHUB_WORKSPACE}/retrodeck-flatpak-cooker \ net.retrodeck.retrodeck.yml + continue-on-error: true # Sometimes flatpak download fails, in this case it tries a second time - name: "Build flatpak: download only (retry)" diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml index ab6fa4e8..c380622f 100644 --- a/.github/workflows/main-selfhosted.yml +++ b/.github/workflows/main-selfhosted.yml @@ -67,6 +67,7 @@ jobs: --download-only \ ${GITHUB_WORKSPACE}/retrodeck-flatpak-cooker \ net.retrodeck.retrodeck.yml + continue-on-error: true # Sometimes flatpak download fails, in this case it tries a second time - name: "Build flatpak: download only (retry)"