summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJiawen Geng <technicalcute@gmail.com>2021-10-15 06:27:27 +0000
committerNode.js GitHub Bot <github-bot@iojs.org>2021-10-15 18:30:17 +0000
commit6baea14506a4ebd2f29bc9bcd5fb3beccba5a301 (patch)
treebc7d1186b27004bba7bd3c03bfe734149972a30c /.github
parentad4e70c817117616fee00152da2b4b8c9f8c147a (diff)
downloadnode-new-6baea14506a4ebd2f29bc9bcd5fb3beccba5a301.tar.gz
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 ca582839fc..1d7d8304d1 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: