diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml index b6be44b6e9c65d..4d12894a5f3439 100644 --- a/.github/workflows/auto-start-ci.yml +++ b/.github/workflows/auto-start-ci.yml @@ -12,7 +12,7 @@ on: - cron: "*/5 * * * *" jobs: - commitQueue: + startCI: runs-on: ubuntu-latest steps: - uses: actions/checkout@master diff --git a/tools/actions/start-ci.sh b/tools/actions/start-ci.sh index 528c3544b17fa9..8eb3dae3c5bdf0 100755 --- a/tools/actions/start-ci.sh +++ b/tools/actions/start-ci.sh @@ -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?