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:
authorJiawen Geng <technicalcute@gmail.com>2021-09-26 09:39:14 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-09-27 03:28:16 +0300
commit35d9222f302aeda7f056cea3e96491268fb3c335 (patch)
treefb8b86a06e4e0421e7e85fbd44cb212bd21f7e58 /.github
parentb381bed10cf24a3009a9e805fbe4cea081d4590b (diff)
build: limit update authors CI scope
PR-URL: https://github.com/nodejs/node/pull/40219 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/authors.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml
index 146fcdb6a2d..04ca2772c0c 100644
--- a/.github/workflows/authors.yml
+++ b/.github/workflows/authors.yml
@@ -8,6 +8,7 @@ on:
jobs:
authors_update:
+ if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2