fix(ci): make Nix PR comments non-blocking
Some checks failed
Contributor Attribution Check / check-attribution (pull_request) Successful in 43s
Supply Chain Audit / Scan PR for critical supply chain risks (pull_request) Successful in 47s
Tests / e2e (pull_request) Successful in 1m52s
Nix / nix (ubuntu-latest) (pull_request) Successful in 12m17s
Tests / test (pull_request) Failing after 14m10s

This commit is contained in:
hongming-codex-laptop 2026-05-13 00:16:15 -07:00
parent 1263836d2f
commit 41db3bbcbe

View File

@ -82,6 +82,7 @@ jobs:
- name: Post sticky PR comment (stale hashes)
if: steps.hash_check.outputs.stale == 'true' && github.event_name == 'pull_request'
continue-on-error: true
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
with:
header: nix-lockfile-check
@ -109,6 +110,7 @@ jobs:
runner.os == 'Linux' &&
(steps.hash_check.outputs.stale == 'false' ||
(steps.flake.outcome == 'success' && steps.build.outcome == 'success'))
continue-on-error: true
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
with:
header: nix-lockfile-check