add continue on error
Some checks failed
Reload Act Runner Stack to clear cache for workflows / diff (push) Successful in 1m25s
Reload Act Runner Stack to clear cache for workflows / deploy-gitainer (push) Failing after 4s
Reload Act Runner Stack to clear cache for workflows / notify (push) Has been skipped

This commit is contained in:
Martin Dimitrov 2026-03-07 11:28:02 -08:00
parent edaf384a7f
commit a6649b0e9f

View File

@ -13,6 +13,7 @@ jobs:
deploy-gitainer: deploy-gitainer:
needs: diff needs: diff
if: ${{ needs.diff.outputs.is_changed == 'true' }} if: ${{ needs.diff.outputs.is_changed == 'true' }}
continue-on-error: true
uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main uses: martin/chromart-gitea-actions/.gitea/workflows/gitainer-deploy.yaml@main
with: with:
stack_name: gitea_act_runner stack_name: gitea_act_runner