Skip to content

Commit 8f5fb41

Browse files
aduh95marco-ippolito
authored andcommitted
Revert "tools: add --certify-safe to nci-ci"
This reverts commit 0fa07d4. PR-URL: #53098 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
1 parent 1a2f3ab commit 8f5fb41

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 --certify-safe "$pr" >output 2>&1 || ci_started=no
13+
ncu-ci run "$pr" >output 2>&1 || ci_started=no
1414
cat output
1515

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

0 commit comments

Comments
 (0)