Update CI workflow to disable failure on action failures for improved stability during runs.

This commit is contained in:
Luke Hagar
2025-09-11 17:18:53 +00:00
parent 72f740471d
commit 59e4bad1c5

View File

@@ -61,7 +61,7 @@ jobs:
-e INPUT_TIMEOUT=5 \
-e INPUT_JSON_OUT=results.json \
-e INPUT_MD_OUT=results.md \
-e INPUT_FAIL_ON_FAILURES=true \
-e INPUT_FAIL_ON_FAILURES=false \
-e INPUT_COMMENT_PR=false \
-e INPUT_STEP_SUMMARY=true \
slinky-action