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-10-15 09:27:27 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-15 21:30:17 +0300
commit6baea14506a4ebd2f29bc9bcd5fb3beccba5a301 (patch)
treebc7d1186b27004bba7bd3c03bfe734149972a30c /.github
parentad4e70c817117616fee00152da2b4b8c9f8c147a (diff)
build: avoid run find inactive authors on forked repo
PR-URL: https://github.com/nodejs/node/pull/40465 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/find-inactive-collaborators.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/find-inactive-collaborators.yml b/.github/workflows/find-inactive-collaborators.yml
index ca582839fc8..1d7d8304d18 100644
--- a/.github/workflows/find-inactive-collaborators.yml
+++ b/.github/workflows/find-inactive-collaborators.yml
@@ -13,7 +13,7 @@ env:
jobs:
find:
-
+ if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
steps: