Skip to content

Commit 10f29e7

Browse files
mmarchinicodebytere
authored andcommitted
build: increase startCI verbosity and fix job name
Ref: #34594 (comment) PR-URL: #34635 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 465c262 commit 10f29e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/auto-start-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- cron: "*/5 * * * *"
1313

1414
jobs:
15-
commitQueue:
15+
startCI:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@master

tools/actions/start-ci.sh

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ for pr in "$@"; do
3131
ci_started=yes
3232
rm -f output;
3333
ncu-ci run "$pr" >output 2>&1 || ci_started=no
34+
cat output
3435

3536
if [ "$ci_started" == "no" ]; then
3637
# Do we need to reset?

0 commit comments

Comments
 (0)