Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 90a44e1

Browse filesBrowse files
mmarchiniaddaleax
authored andcommitted
build: increase startCI verbosity and fix job name
Ref: #34594 (comment) PR-URL: #34635 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 260914c commit 90a44e1
Copy full SHA for 90a44e1

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/auto-start-ci.yml
+1-1Lines changed: 1 addition & 1 deletion
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
Collapse file

‎tools/actions/start-ci.sh‎

Copy file name to clipboardExpand all lines: tools/actions/start-ci.sh
+1Lines changed: 1 addition & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.