Skip to content

Commit

Permalink
build: increase startCI verbosity and fix job name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mmarchini authored and codebytere committed Aug 6, 2020
1 parent 465c262 commit 10f29e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-start-ci.yml
Expand Up @@ -12,7 +12,7 @@ on:
- cron: "*/5 * * * *"

jobs:
commitQueue:
startCI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down
1 change: 1 addition & 0 deletions tools/actions/start-ci.sh
Expand Up @@ -31,6 +31,7 @@ for pr in "$@"; do
ci_started=yes
rm -f output;
ncu-ci run "$pr" >output 2>&1 || ci_started=no
cat output

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

0 comments on commit 10f29e7

Please sign in to comment.