mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
WORKFLOW: Publish, continue on error
This commit is contained in:
parent
29f7e3a737
commit
3aecbd8657
1
.github/workflows/cooker.yml
vendored
1
.github/workflows/cooker.yml
vendored
|
@ -142,6 +142,7 @@ jobs:
|
||||||
draft: false
|
draft: false
|
||||||
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
token: ${{ secrets.TRIGGER_BUILD_TOKEN }}
|
||||||
repo: RetroDECK-cooker
|
repo: RetroDECK-cooker
|
||||||
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Compressing global cache
|
- name: Compressing global cache
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue