Skip to content

Commit b308382

Browse files
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 <[email protected]>
1 parent f6839c0 commit b308382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/on_target.yml

+1
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ jobs:
236236

237237
- name: Commit and Push Badge File to gh-pages Branch
238238
if: ${{ inputs.run_ppk_tests }}
239+
continue-on-error: true
239240
working-directory: thingy91x-oob
240241
env:
241242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)