Skip to content

Commit

Permalink
workflows: on_target: continue on error, commit badge
Browse files Browse the repository at this point in the history
If commit of ppk badge fails, do not mark the whole job as failed.

Signed-off-by: Giacomo Dematteis <[email protected]>
  • Loading branch information
DematteisGiacomo committed Nov 22, 2024
1 parent f6839c0 commit b308382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b308382

Please sign in to comment.