mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 16:15:42 +00:00
WORKFLOW: Publish, continue on error
This commit is contained in:
parent
2cc1301c61
commit
dbfd531a5a
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