ci: continue if patreon generation failed
This commit is contained in:
@@ -64,6 +64,7 @@ jobs:
|
|||||||
cd $GITHUB_WORKSPACE/app/dialog/about
|
cd $GITHUB_WORKSPACE/app/dialog/about
|
||||||
python3 patreon.py
|
python3 patreon.py
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: |
|
run: |
|
||||||
@@ -196,6 +197,7 @@ jobs:
|
|||||||
cd $GITHUB_WORKSPACE/app/dialog/about
|
cd $GITHUB_WORKSPACE/app/dialog/about
|
||||||
python3 patreon.py
|
python3 patreon.py
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -330,6 +332,7 @@ jobs:
|
|||||||
cd $GITHUB_WORKSPACE/app/dialog/about
|
cd $GITHUB_WORKSPACE/app/dialog/about
|
||||||
python3 patreon.py
|
python3 patreon.py
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user