Skip to content

Commit

Permalink
build: avoid run find inactive authors on forked repo
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
gengjiawen authored and targos committed Nov 4, 2021
1 parent ff3b7d2 commit bfdd32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/find-inactive-collaborators.yml
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
find:

if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit bfdd32f

Please sign in to comment.