From b3083828a74c70a020d06fe54edfb149a49a1fe2 Mon Sep 17 00:00:00 2001 From: Giacomo Dematteis Date: Fri, 22 Nov 2024 09:35:12 +0100 Subject: [PATCH] workflows: on_target: continue on error, commit badge If commit of ppk badge fails, do not mark the whole job as failed. Signed-off-by: Giacomo Dematteis --- .github/workflows/on_target.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/on_target.yml b/.github/workflows/on_target.yml index c51a1ced..0d1cdb83 100644 --- a/.github/workflows/on_target.yml +++ b/.github/workflows/on_target.yml @@ -236,6 +236,7 @@ jobs: - name: Commit and Push Badge File to gh-pages Branch if: ${{ inputs.run_ppk_tests }} + continue-on-error: true working-directory: thingy91x-oob env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}