Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Marchini <mmarchini@netflix.com>2020-08-05 18:03:22 +0300
committerMary Marchini <mmarchini@netflix.com>2020-08-05 20:18:36 +0300
commite0d181cf2b690c4f2a4cd797a61d9b69997f4c75 (patch)
tree1834cbe2547e56e71af121a6cae5b68fc5257bf0 /.github
parent861a54c0e1265e5020348892b87f3ec8935dd9fe (diff)
build: increase startCI verbosity and fix job name
Ref: https://github.com/nodejs/node/issues/34594#issuecomment-669245839 PR-URL: https://github.com/nodejs/node/pull/34635 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto-start-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-start-ci.yml b/.github/workflows/auto-start-ci.yml
index b6be44b6e9c..4d12894a5f3 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