Skip to content

Commit bfdd32f

Browse files
gengjiawentargos
authored andcommitted
build: avoid run find inactive authors on forked repo
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>
1 parent ff3b7d2 commit bfdd32f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/find-inactive-collaborators.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
1515
find:
16-
16+
if: github.repository == 'nodejs/node'
1717
runs-on: ubuntu-latest
1818

1919
steps:

0 commit comments

Comments
 (0)