From 5361c0c6f176daf3a2877aa3ebc77fffa14e7398 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 --- .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