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
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:
parent
1263836d2f
commit
41db3bbcbe
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user