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 <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]>
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

+1-1
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)