From b3dab4e69bff71b9561e63117ea52c6fcbf813a4 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 --- .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: