Skip to content

Commit

Permalink
fix: skip update NodeJS versions action on forks (#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni authored Jan 11, 2021
1 parent 62b4c86 commit 4e40d25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-nodejs-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
updateNodejsVersions:
runs-on: ubuntu-latest

# Skip this on forks
if: github.repository == 'bazelbuild/rules_nodejs'

steps:
- name: Git Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 4e40d25

Please sign in to comment.