From 7fbfb66d41fcfe4d4f2ddfb602b6cd0774763a95 Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Sun, 26 Sep 2021 06:39:14 +0000 Subject: [PATCH] build: limit update authors CI scope MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40219 Reviewed-By: Michaƫl Zasso Reviewed-By: Zijian Liu Reviewed-By: Qingyu Deng Reviewed-By: Darshan Sen Reviewed-By: Rich Trott --- .github/workflows/authors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index 146fcdb6a2d4ad..04ca2772c0cf11 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