Skip to content

Commit 7676ce2

Browse files
committed
Make analysis step optional to prevent workflow failure
1 parent 95f4b86 commit 7676ce2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,5 @@ jobs:
164164
with:
165165
# You can also specify the path to a folder for `sarif_file`
166166
sarif_file: analysisreports
167+
# make this step optional, so that it does not fail the workflow
168+
continue-on-error: true

0 commit comments

Comments
 (0)