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>
This commit is contained in:
Jiawen Geng
2021-10-15 06:27:27 +00:00
committed by Node.js GitHub Bot
parent ad4e70c817
commit 6baea14506

View File

@@ -13,7 +13,7 @@ env:
jobs:
find:
if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
steps: