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:
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