Skip to content

Commit f6290bc

Browse files
mcollinamarco-ippolito
authored andcommittedJun 17, 2024
tools: add --certify-safe to nci-ci
Signed-off-by: Matteo Collina <hello@matteocollina.com> PR-URL: #52940 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent b774544 commit f6290bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/actions/start-ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for pr in "$@"; do
1010

1111
ci_started=yes
1212
rm -f output;
13-
ncu-ci run "$pr" >output 2>&1 || ci_started=no
13+
ncu-ci run --certify-safe "$pr" >output 2>&1 || ci_started=no
1414
cat output
1515

1616
if [ "$ci_started" = "no" ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.