Skip to content

Commit

Permalink
build: limit update authors CI scope
Browse files Browse the repository at this point in the history
PR-URL: #40219
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: Qingyu Deng <i@ayase-lab.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
gengjiawen authored and targos committed Oct 4, 2021
1 parent 88e7bd0 commit 7fbfb66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/authors.yml
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
authors_update:
if: github.repository == 'nodejs/node'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7fbfb66

Please sign in to comment.