From bfdd32fa6229e76b584dabe700d3017b6989286e Mon Sep 17 00:00:00 2001 From: Jiawen Geng Date: Fri, 15 Oct 2021 06:27:27 +0000 Subject: [PATCH] build: avoid run find inactive authors on forked repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/40465 Reviewed-By: Michaël Zasso Reviewed-By: Antoine du Hamel Reviewed-By: Tobias Nießen Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott --- .github/workflows/find-inactive-collaborators.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/find-inactive-collaborators.yml b/.github/workflows/find-inactive-collaborators.yml index ca582839fc8b7d..1d7d8304d1888a 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: