Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build: avoid run find inactive authors on forked repo
  • Loading branch information
gengjiawen committed Oct 15, 2021
commit b3dab4e69bff71b9561e63117ea52c6fcbf813a4
2 changes: 1 addition & 1 deletion .github/workflows/find-inactive-collaborators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
find:

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

steps:
Expand Down