add continue on error
Some checks failed
Some checks failed
This commit is contained in:
parent
edaf384a7f
commit
a6649b0e9f
@ -13,6 +13,7 @@ jobs:
|
||||
deploy-gitainer:
|
||||
needs: diff
|
||||
if: ${{ needs.diff.outputs.is_changed == 'true' }}
|
||||
continue-on-error: true
|
||||
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
|
||||
with:
|
||||
stack_name: gitea_act_runner
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user