From ee3ea5990b8d931c0b49a598ab76afdcaeedc09e Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Sun, 2 Jan 2022 16:33:19 -0800 Subject: [PATCH] ci: continue if patreon generation failed --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c3e87262..290e74e22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,7 @@ jobs: cd $GITHUB_WORKSPACE/app/dialog/about python3 patreon.py if: github.event_name == 'push' + continue-on-error: true - name: Configure CMake run: | @@ -196,6 +197,7 @@ jobs: cd $GITHUB_WORKSPACE/app/dialog/about python3 patreon.py if: github.event_name == 'push' + continue-on-error: true - name: Configure CMake shell: bash @@ -330,6 +332,7 @@ jobs: cd $GITHUB_WORKSPACE/app/dialog/about python3 patreon.py if: github.event_name == 'push' + continue-on-error: true - name: Configure CMake shell: bash